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

Merge branch 'cherry-pick-c4758596' into 'testing'

MLAB-642: fixing email content

See merge request !137
parents f17290d2 ef977518
Pipeline #6029 passed with stage
in 20 seconds
......@@ -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