Top "Actionmailer" questions

Action Mailer is a framework for designing email service layers.

ActionMailer emails "sent" in development.log, but not received

I'm having problems actually sending via ActionMailer in development, on my localhost, with Rails 2.3.2 and Ruby 1.8.6. The development.log shows …

ruby-on-rails ruby actionmailer
SASL LOGIN authentication failed: Invalid authentication mechanism on Rails using Postfix and Dovecot on Ubuntu 12.10

I have configured an ubuntu 12.10 server with Postfix and Dovecot. Nonetheless, I have SASL Login authentication problem when I try …

ruby-on-rails ubuntu actionmailer postfix-mta dovecot
How to define a reply-to address?

How can I define a reply-to address different than the :from one? Is that even possible?

ruby-on-rails-3 actionmailer
Actionmailer not delivering mail, with rails 3

I am trying to make an application, that sends an email when user registers. i put in the smtp settings …

ruby-on-rails ruby actionmailer
Sending mail with devise and Gmail smtp server

I am using Devise :confirmable and :recoverable module to confirm a user and to let him recover his password if …

ruby-on-rails smtp localhost devise actionmailer
How To Send E-Mails With BCC in Rails 3

How can I send e-mails with the BCC header? I follow the ruby on rails guide and set :bcc => "…

ruby-on-rails-3 actionmailer
Rails Action Mailer: images in emails

I'm trying to paste images into email. The problem is emails comming without images inside development.rb config.action_mailer.…

ruby-on-rails ruby-on-rails-4 actionmailer
How can I send mail with rails without a template?

In my Rails 3 project, I want to send some simple notification emails. I don't need to make a template for …

ruby-on-rails ruby email actionmailer
ActionView::Template::Error: Missing host to link to! Please provide the :host parameter, set default_url_options[:host], or set :only_path to true

My ruby on rails action mailer runs all good in development environment, but in production environment, it keeps throw: ActionView::…

ruby-on-rails-4 devise actionmailer production
ActionMailer: Default From: address?

Googled for this to no avail. Didn't find anything in the API either. I was expecting some kind of class …

ruby-on-rails actionmailer