improve email preview
This commit is contained in:
@@ -34,11 +34,11 @@ module.exports = {
|
|||||||
let messageBodyHTML =
|
let messageBodyHTML =
|
||||||
'<p>Hello. User left you a message on Saburly service using Alexa skill.</p><br/><b>Message : </b><br/><p>' +
|
'<p>Hello. User left you a message on Saburly service using Alexa skill.</p><br/><b>Message : </b><br/><p>' +
|
||||||
message +
|
message +
|
||||||
'</p><br/><p>Name : ' +
|
'</p><br/><b>Name : </b>' +
|
||||||
name +
|
name +
|
||||||
'</p><br/><p>Email : ' +
|
'<br/><b>Email : </b>' +
|
||||||
fromEmail +
|
fromEmail +
|
||||||
'</p><br/><b>Your Saburly team</b>';
|
'<br/><b>Your Saburly team</b>';
|
||||||
|
|
||||||
let transporter = nodemailer.createTransport ({
|
let transporter = nodemailer.createTransport ({
|
||||||
host: 'smtp.mail.com',
|
host: 'smtp.mail.com',
|
||||||
|
|||||||
Reference in New Issue
Block a user