Merged in feature/IO-2782-Send-Promanager-Welcome-Email (pull request #1758)
IO-2782 Adjust to Object for items
This commit is contained in:
@@ -96,7 +96,7 @@ const sendServerEmail = async ({ subject, text }) => {
|
|||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
const sendProManagerWelcomeEmail = async (to, subject, html) => {
|
const sendProManagerWelcomeEmail = async ({to, subject, html}) => {
|
||||||
try {
|
try {
|
||||||
await transporter.sendMail({
|
await transporter.sendMail({
|
||||||
from: `ProManager <noreply@promanager.web-est.com>`,
|
from: `ProManager <noreply@promanager.web-est.com>`,
|
||||||
|
|||||||
Reference in New Issue
Block a user