Go to Accounts Page
+Go to Accounts Page
<%= link_to "Accounts page", "accounts", class: "btn btn-dark text-white btn-outline btn-lg" %> -+
diff --git a/app/views/user_mailer/demo.text.erb b/app/views/user_mailer/demo.text.erb index 147c223..54967f0 100644 --- a/app/views/user_mailer/demo.text.erb +++ b/app/views/user_mailer/demo.text.erb @@ -1,9 +1,7 @@ -Welcome to example.com, +Welcome to localhost:3000 =============================================== -You have successfully signed up to example.com, -your username is: - -To login to the site, just follow this link: +This was a test email sent by Atharva Kadam +You can delete this email Thanks for joining and have a great day! \ No newline at end of file diff --git a/app/views/user_mailer/welcome_email.html.erb b/app/views/user_mailer/welcome_email.html.erb index 0bda8a5..b8e3ef4 100644 --- a/app/views/user_mailer/welcome_email.html.erb +++ b/app/views/user_mailer/welcome_email.html.erb @@ -4,14 +4,21 @@
-
- You have successfully signed up to example.com,
- your username is: <%= @user.login %>.
+ You have successfully registered account with us.
+ Your username is: <%= @user.login %>.
- To login to the site, just follow this link: <%= @url %>.
+ If you need to check your balance go to:
+ <%= @user.email%>
Thanks for joining and have a great day!
+Thanks for joining and have a great day!
+ ----------------------------------------------------------------------------------
+ This is an auto generated email, do not reply
+ ----------------------------------------------------------------------------------
+
+