Top "Swiftmailer" questions

Swift Mailer is a library that integrates into any web app written in PHP, offering a flexible and elegant object-oriented approach to sending emails with a multitude of features.

Disable swiftmailer spool in Symfony per environment

I having trouble send bulk emails with symfony2 via console command. I want to disable the mail spooling complete for …

php symfony yaml swiftmailer
Laravel sending separate, multiple mail without using foreach loop

I am using Mail function in laravel under the SwiftMailer library. Mail::send('mail', array('key' => $todos1), function($message) { $…

php email laravel laravel-4 swiftmailer
Multiple Attachments with Swiftmailer

I'm creating a form that allows multiple files to be uploaded. The form field values and attachments are then to …

php email swiftmailer
SwiftMailer error Undefined property: Swift_Transport_StreamBuffer::$_sequence

I'm using SwiftMailer to send email by SMTP. The library is working fine when running in the server with PHP …

php swiftmailer php-5.5
Swiftmailer//Twig email not rendering correctly

I'm experimenting with symfony2 framework and i'm trying to send emails using swiftmailer and twig. The problem is, with my …

symfony twig swiftmailer
Swiftmailer from Advanced Yii 2.0 does not work with gmail

I'm trying to configure swiftmailer in the advanced yii 2.0 template. I've gone through many posts and I understand that there …

yii2 swiftmailer
Sending email with Swift Mailer, GMail and PHP, Permission Denied Error

I downloaded SwiftMailer 4.1.6 for sending email using Gmail. I had written the following code for that purpose. <?php require_…

php email gmail swiftmailer
Changing smtp settings in SwiftMailer dynamically

I'm using SwiftMailer bundle with Symfony 2. I pass my smtp user/password settings in config.yml file, it works great, …

symfony swiftmailer
How to change the name text of sender when sending mail with Swift_Message?

I am using SwiftMailer to send emails from my application. All is working fine so far. I now need to …

php email swiftmailer