GRN-48: Password reset e-mails getting into SPAM folders (#349)

* Changed the way emails look and added an extra string for the user to check their spam folder

* Update verify_email.text.erb
This commit is contained in:
farhatahmad
2019-02-01 12:14:51 -05:00
committed by Jesus Federico
parent 56a72ade9d
commit ffff724712
5 changed files with 60 additions and 40 deletions

View File

@ -16,13 +16,10 @@
# with BigBlueButton; if not, see <http://www.gnu.org/licenses/>.
%>
Welcome to <%= t('bigbluebutton') %>!, <%= @user[:name] %>
You have successfully registered your <%= t('bigbluebutton') %> account, your username is: <%= @user[:email] %>.
To verify your account, just follow this link: <%= @url %>
Welcome to Greenlight, <%= @user.name %>
===============================================
You have successfully registered your Greenlight account,
your username is: <%= @user.email %>.
To verify your account, just follow this link: <%= link_to 'verify your email', @url %>.
Thanks for joining and have a great day!