I\'d like to create an html email with a normal attachement (a pdf file), and an inline attachme开发者_开发技巧nt (an image) as well. These two attachment types work perfectly individually, but don\'t
I am trying to disable the parts of rails that i\'m not using in my application, such as ActionMailer.Ib my application.rb, I made the following change
i have been using actionmailer, but i 开发者_如何学Pythonalways found it to be heavy and unintuitive.
I\'ve configured the action mailer as per http://edgeguides.rubyonrails.org/action_mailer_basics.html
In a Rails application I set up a new staging environment with the following parameters in its environments/ file:
Action Mailer is configured as follows in development.rb: config.action_mailer.delivery_method= :sendmail
I\'m having some difficulties converting this old mailer api to rails 3: content_type\"multipart/mixed\"
I created a simple post controller with scaffolding and I want send a mail if someone visiting the index page.
I\'m wondering how I could conditionally abandon sending mail within the action ActionMailer action itself.
I have a Rails 3 app and I\'m using Devise for user authentication.How do I specify an application-wide SMTP server for Devise to use?