Top "Actionmailer" questions

Action Mailer is a framework for designing email service layers.

Errno::ECONNREFUSED: Connection refused - connect(2) for action mailer

I have been working with rails since a long. Now I am facing a small issue in the ActionMailer. I …

ruby-on-rails ruby ruby-on-rails-3 actionmailer
How do I set up email confirmation with Devise?

Is there a tutorial out there that explains how to set up Devise's signup confirmation email from scratch (in both …

ruby-on-rails devise actionmailer confirmation
Send to multiple recipients in Rails with ActionMailer

I'm trying to send multiple emails based on a boolean value in my database. The app is a simple scheduling …

ruby-on-rails-3 actionmailer
ActionMailer not sending mail in development Rails 4

Why is this mailer not sending any mail? (Or any ideas for debugging?) In my_app/config/environments/development.rb …

ruby-on-rails ruby-on-rails-4 actionmailer
Rails ActionMailer - format sender and recipient name/email address

Is there a way to specify email AND name for sender and recipient info when using ActionMailer? Typically you'd do: @…

ruby-on-rails actionmailer
Rails - How do you test ActionMailer sent a specific email in tests

Currently in my tests I do something like this to test if an email is queued to be sent assert_…

ruby-on-rails unit-testing actionmailer
Rails Mailer "Net::OpenTimeout: execution expired" Exception on production server only

I am using Ruby MRI 2.0.0 and Rails 3.2.12 on a Ubuntu 12.04 TLS VPS and attempting to setup email notifications in my …

ruby-on-rails smtp actionmailer exception-notification
Sending mail with Rails 3 in development environment

I'm sure this has been asked a million times before but I can't find anything that works for me so …

ruby-on-rails ruby-on-rails-3 actionmailer
What is the right way to embed image into email using Rails?

What is the right way to embed an image into email using Rails?

ruby-on-rails actionmailer