On 14 April 2015 at 12:15, Edward Maya <li...@ruby-forum.com> wrote:
> 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  }

What is in development.log when you try to do it?

I have not done gmail from rails, presumably you googled to find the
appropriate configuration.

Colin

Colin

>
> --
> 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 rubyonrails-talk+unsubscr...@googlegroups.com.
> To post to this group, send email to rubyonrails-talk@googlegroups.com.
> 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.

-- 
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 rubyonrails-talk+unsubscr...@googlegroups.com.
To post to this group, send email to rubyonrails-talk@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/rubyonrails-talk/CAL%3D0gLsUk%3DMbEpw%3Dz--v8dYGZPVBqrHMm6MCgjwTJpygWLsnwg%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to