improve email preview

This commit is contained in:
GotPPay
2018-01-19 19:53:49 +01:00
parent e2d76ff03e
commit 0727328e58

View File

@@ -34,11 +34,11 @@ module.exports = {
let messageBodyHTML =
'<p>Hello. User left you a message on Saburly service using Alexa skill.</p><br/><b>Message : </b><br/><p>' +
message +
'</p><br/><p>Name : ' +
'</p><br/><b>Name : </b>' +
name +
'</p><br/><p>Email : ' +
'<br/><b>Email : </b>' +
fromEmail +
'</p><br/><b>Your Saburly team</b>';
'<br/><b>Your Saburly team</b>';
let transporter = nodemailer.createTransport ({
host: 'smtp.mail.com',