Try
config.action_mailer.perform_deliveries = true
in your development.rb
Pradeep
www.masplantiz.com
On Jan 21, 2:24 am, srj
<stephenr.jac...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
wrote:> I am trying to send email from my rails application, and have the
> following set up in my development.rb config file:
>
> config.action_mailer.delivery_method = :smtp
>
> config.action_mailer.smtp_settings = {
> :address => "smtp.mail.wowway.com", #also tried
> smtp.mail.wideopenwest.com
> :port => 25,
> :domain => "wowway.com", #also tried
wideopenwest.com
> :authentication => :login, #also tried :plain
> :user_name =>
"myem...-vw3iM7VyRdbQT0dZR+AlfA@public.gmane.org",
> :password => "mypassword"
>
> }
>
> According to my log file, it looks like the email was generated as
> expected:
>
> Sent mail to <<email id listed in registration form>>
>
> Date: Wed, 20 Jan 2010 16:03:07 -0500
>
> From: myem...-vw3iM7VyRdbQT0dZR+AlfA@public.gmane.org
>
> To: <<email id listed in registration form>>
>
> Subject: Activate Your Account
>
> Mime-Version: 1.0
>
> Content-Type: text/plain; charset=utf-8
>
> Congratulations , . . .
> . . . body of email looks like I expect, including <%>
substitutions %>
> . . .
>
> Redirected to /
> Completed in 7500ms (DB: 63) | 302 Found [http://localhost/users]
>
> But I never receive an email, and there is nothing in my sent items on
> wowway either.
>
> Can someone tell me what I am missing or doing wrong?
>
> Thank you for any help you can offer,
>
> Steve
--
You received this message because you are subscribed to the Google Groups
"Ruby on Rails: Talk" group.
To post to this group, send email to
rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org
To unsubscribe from this group, send email to
rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org
For more options, visit this group at
http://groups.google.com/group/rubyonrails-talk?hl=en.