improve email preview
This commit is contained in:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user