Added 📧 emoji to mailserver check message

master
Keith Irwin 2017-05-30 14:37:04 -04:00
parent eff1dc77c5
commit 9dbb96c0d9
No known key found for this signature in database
GPG Key ID: 378933C743E2BBC0
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@ module.exports = {
verify: ()=>{
transporter.verify( (err,success)=>{
if (err){ console.error(`SMTP Error: ${err}`); }
console.log(` SMTP ${!success?'not ':''}ready...`);
console.log(`📧 SMTP ${!success?'not ':''}ready...`);
} );
},