Commit ef977518 authored by Rosanny Sihombing's avatar Rosanny Sihombing Committed by Rosanny Sihombing
Browse files

MLAB-642: fixing email content

(cherry picked from commit c4758596)
3 merge requests!143updating yml config,!140merge testing into master,!137MLAB-642: fixing email content
Showing with 1 addition and 1 deletion
+1 -1
......@@ -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');
});
......
Supports Markdown
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