diff --git a/app/mailers/user_mailer.rb b/app/mailers/user_mailer.rb
index ecab8127..31f230c6 100644
--- a/app/mailers/user_mailer.rb
+++ b/app/mailers/user_mailer.rb
@@ -17,11 +17,11 @@
# with BigBlueButton; if not, see
- You have successfully signed up for Greenlight,
+ You have successfully registered your Greenlight account,
your username is: <%= @user.email %>.
diff --git a/app/views/user_mailer/verify_email.text.erb b/app/views/user_mailer/verify_email.text.erb index 9448e553..b73122f6 100644 --- a/app/views/user_mailer/verify_email.text.erb +++ b/app/views/user_mailer/verify_email.text.erb @@ -20,7 +20,7 @@ Welcome to Greenlight, <%= @user.name %> =============================================== -You have successfully signed up for Greenlight, +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 %>. diff --git a/sample.env b/sample.env index 8125d3c1..e9ca6edd 100644 --- a/sample.env +++ b/sample.env @@ -94,6 +94,9 @@ SMTP_PASSWORD= SMTP_AUTH= SMTP_STARTTLS_AUTO= +# Specify the email address that all mail is sent from +EMAIL_SENDER= + # Prefix for the applications root URL. # Useful for deploying the application to a subdirectory, which is highly recommended # if deploying on a BigBlueButton server. Keep in mind that if you change this, you'll