Top "Mailer" questions

How to send multiple email with cc using Codeigniter?

I need to send email to multiple users provided with cc using CI. My code is as shown below: This …

codeigniter mailer
php mailer and html includes with php variables

Hello I am trying to send html emails using php mailer class. The problem is i would like to incllude …

php mailer
How do I configure devise to use a custom email layout?

When I say layout I don't mean just simply the views, I generate those. On all my own mailers I'm …

ruby-on-rails ruby-on-rails-3 devise mailer
PHP Mailer UTF-8 Encoding problems

I've been working on a website recently and decided to include a PHPMailer on it. The problem is I'm hungarian …

php encoding utf-8 phpmailer mailer
How to change "Devise: password reset instruction email's subject"

I'm just unable to change "password reset instruction" email's subject. I have changed notifer.rb in Mailer to overwrite Devise …

ruby-on-rails ruby devise mailer
Ruby on Rails: How to Configure the Devise Mailer?

I have made an application on Ruby on Rails. I'm using Devise and I need to use the recoverable password …

ruby-on-rails ruby devise mailer
Swift Mailer attachments

I'm creating a CSV on the fly with PHP, I then need to attach this CSV file to the the …

php csv attachment swiftmailer mailer
Php Mailer problem - messages marked as spam -

A few days ago I upgraded Php Mailer and now some email providers my messages mark as spam. This is …

php header spam mailer
How to generate correct URLs in mailer templates?

I am using Ruby on Rails 3.1.0 and I would like to properly generate URLs in HTML email messages. In my …

ruby-on-rails ruby ruby-on-rails-3 email mailer
ArgumentError: SMTP-AUTH requested but missing user name + ActionMailer

I m not able to sent mail using actionmailer everytime I try to deliver the mail using actionmailer It report …

ruby-on-rails smtp actionmailer telnet mailer