diff --git a/app/controllers/users/users.authentication.server.controller.js b/app/controllers/users/users.authentication.server.controller.js index 1b019721..91d1d745 100755 --- a/app/controllers/users/users.authentication.server.controller.js +++ b/app/controllers/users/users.authentication.server.controller.js @@ -36,14 +36,14 @@ var config_nev = function () { verifyMailOptions: { from: config.mailer.from, subject: '✔ Activate your new TellForm account!', - html: welcomeEmail, + html: verificationEmail, text: 'Please verify your account by clicking the following link, or by copying and pasting it into your browser: ${URL}' }, confirmMailOptions: { from: config.mailer.from, subject: '✔ Welcome to {{app.title}}!', - html: verificationEmail, + html: welcomeEmail, text: 'Your account has been successfully verified.' }, verifySendMailCallback: function(err, info) { diff --git a/app/views/verification.email.view.html b/app/views/verification.email.view.html index dafdf5a5..e582340d 100644 --- a/app/views/verification.email.view.html +++ b/app/views/verification.email.view.html @@ -8,6 +8,7 @@ } +
|
Hello there! Welcome to TellForm! Here is a special link to activate your new account: - +Thanks so much for using our services! If you have any questions, or suggestions, please feel free to email us here at team@tellform.com. - The TellForm team |
@@ -61,4 +62,4 @@