write the following code in development.rb
config.action_mailer.raise_delivery_errors = false
config.action_mailer.delivery_method = :smtp
config.action_mailer.smtp_settings = {
:tls => true,
:enable_starttls_auto => true,
:address => 'smtp.gmail.com',
:port => 587,
:authentication => :plain,
:us
Hi.
I think you should use cron and `script/runner'.
2012/7/20 honey ruby :
> Hi all,
>
> How can i send mails in rails 2.3.8 and schedule them when i need it.
> i've tried with whenever gem but it did not work properly . can any one help
> me out .
>
> thanks in advance
>
> --
> You receiv
Hi all,
How can i send mails in rails 2.3.8 and schedule them when i need it.
i've tried with whenever gem but it did not work properly . can any one
help me out .
thanks in advance
--
You received this message because you are subscribed to the Google Groups "Ruby
on Rails: Talk" group
3 matches
Mail list logo