Commit c4758596 authored by Rosanny Sihombing's avatar Rosanny Sihombing
Browse files

MLAB-642: fixing email content

parent 2273844d
......@@ -285,7 +285,7 @@ export = function (app:any, config:any, lang:string) {
mailer.options.to = supportAddress;
mailer.options.cc = emailAddress;
mailer.options.subject = emailSubject;
mailer.options.text = emailContent;
mailer.options.html = emailContent;
mailer.transporter.sendMail(mailer.options, function(err:any) {
done(err, 'done');
});
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment