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
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
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,
3 matches
Mail list logo