[Rails] Send email with delayed job

2011-01-06 Thread Greg Ma
Hi, I want to send email with delayed job. In order to do so, I have a Notifier model with X methods sending different type of emails. In the documentation, they suggest to send email like this: class NewsletterJob < Struct.new(:text, :emails) def perform emails.each { |e| NewsletterMail

[Rails] send email

2008-12-26 Thread Rajkumar Surabhi
hi all in my project i have to send image as signaturre templeate by using action mailer as like we send from gmail or any other. is it possible to send like that. if hw to do it please help me. -- Posted via http://www.ruby-forum.com/. --~--~-~--~~~---~--~~ You r

[Rails] send email

2008-09-13 Thread fRAnKEnSTEin
Hi, i am trying to send an email using RoR version 2.1.0 but i get some errors. I have this configuration: 1- In config/eviroment.rb, at the very end of my file: ActionMailer::Base.delivery_method = :smtp ActionMailer::Base.smtp_settings = { :address => "smtp.domain.com", :port => 25,