Hello Guys,
i have cloned this app
https://github.com/RailsApps/rails-devise-roles/
everything is fine but when i hit sign_up and fill out the form then it
should be sending an email but somehow it is not doing what it's
supposed to do.
my development.rb after replacing existing settings for email
config.action_mailer.smtp_settings = {
address: 'smtp.gmail.com',
port: 587,
domain: 'gmail.com',
user_name: 'my_email',
password: 'my_password',
authentication: 'plain',
enable_starttls_auto: true }
--
Posted via http://www.ruby-forum.com/.
--
You received this message because you are subscribed to the Google Groups "Ruby
on Rails: Talk" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To post to this group, send email to [email protected].
To view this discussion on the web visit
https://groups.google.com/d/msgid/rubyonrails-talk/5dbc605e189d36d673a921d8afbdbce9%40ruby-forum.com.
For more options, visit https://groups.google.com/d/optout.