Minor fixes.
This commit is contained in:
@@ -36,7 +36,7 @@ exports.sendServerEmail = async function ({ subject, text }) {
|
||||
rome: `Rome Online API - ${process.env.NODE_ENV} <noreply@romeonline.io>`,
|
||||
promanager: `ProManager API - ${process.env.NODE_ENV} <noreply@promanager.web-est.com>`
|
||||
}),
|
||||
to: ["patrick@imexsystems.ca"],
|
||||
to: ["patrick@imexsystems.ca", "support@thinkimex.com"],
|
||||
subject: subject,
|
||||
text: text,
|
||||
ses: {
|
||||
|
||||
Reference in New Issue
Block a user