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.

Swift_TransportException·Connection could not be established with host smtp.sendgrid.net [Connection timed out #110]

I am using Laravel 4.2, which uses the swiftmailer lib for email. I am trying to use the Sendgrid SMTP service …

php email swiftmailer sendgrid
SwiftMailer - PHP - How to disable ssl certificate validation

I need to disable the validation of ssl certificate for developing purpose but i don't find anything about this in …

php symfony ssl ssl-certificate swiftmailer
When using Gmail for SMTP, can you set a different "from" address?

I am using Swift Mailer 406 for sending emails. I connect to my smtp.gmail.com account and then I do: …

php email smtp gmail swiftmailer
Swiftmailer - Uncaught Error: Call to undefined method Swift_SmtpTransport::newInstance()

I'm trying to send email using the Swiftmailer. I'm getting an Uncaught Error: Call to undefined method Swift_SmtpTransport::newInstance(). …

php php-7 swiftmailer
Swift_RfcComplianceException on valid email address, works in Windows not in Ubuntu

I'm running into what appears to be a rather infamous issue with SwiftMailer: Fatal error: Uncaught exception ‘Swift_RfcComplianceException’ with …

php exception symfony swiftmailer rfc2822
Laravel 4 mail class, how to know if the email was sent?

I'm using the new mail class in Laravel 4, does anybody know how to check if the email was sent? At …

laravel laravel-4 swiftmailer
Sending email to multiple Recipients with swiftmailer

I am trying to use swiftmailer in my project so that I can send html newsletter to multiple users. I …

php forms email swiftmailer newsletter
How to send spool from swiftmailer without using command

How to send spool from swiftmailer without using command? php app/console swiftmailer:spool:send --env=prod I need to …

symfony swiftmailer spool
How to send pdf generated by TCPDF as Swiftmailer attachment

I already tried several solutions, the closest (for me) should look like this: $file = $pdf->Output('', 'E'); $message-&…

php tcpdf swiftmailer
Swiftmailer: Unable to connect with TLS encryption

I'm trying to send emails via Symfony with Swiftmailer. On the production server I get an error: [2016-08-20 11:59:37] app.…

php symfony swiftmailer plesk postfix