Re: [Rails] scheduling mails in 2.3.8

2012-07-23 Thread Thota praneeth
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

Re: [Rails] scheduling mails in 2.3.8

2012-07-23 Thread terasawan
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

[Rails] scheduling mails in 2.3.8

2012-07-20 Thread 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 received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group