Devi,
What do the smtp settings in your config/environments/production.rb file
look like? Or if you are sending from your development machine, look at
development.rb.
Mine looks like this:
config.action_mailer.raise_delivery_errors = false
config.action_mailer.perform_deliveries = true
config.action_mailer.delivery_method = :smtp
config.action_mailer.smtp_settings = {
:address => "localhost",
:port => 25,
:domain => "yourdomain.com",
}
HTH,
jp
Devi Rv wrote:
> Hi,
>
> I am new to ROR and i trying to send emails using rails version 2.0.2.
> But the recipients did not receive the mail i check the log file also
>
> If any one knows Please let me know. Thanks in Advance.
>
> Regards
> Devi.R
--
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 post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/rubyonrails-talk?hl=en
-~----------~----~----~----~------~----~------~--~---