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.

Laravel mail: pass string instead of view

I want to send a confirmation e-mail using laravel. The laravel Mail::send() function only seems to accept a path …

php email laravel laravel-4 swiftmailer
trying to send mail using swift mailer, gmail smtp, php

Here is my code: <?php require_once 'Swift/lib/swift_required.php'; $transport = Swift_SmtpTransport::newInstance('smtp.gmail.com', 465) …

php smtp swiftmailer
PhpMailer vs. SwiftMailer?

I'm building a fairly simple PHP script that will need to send some emails with attachments. I've found these 2 libraries …

php email attachment phpmailer swiftmailer
Symfony2 Swiftmailer Not Sending

I am having trouble sending emails with symfony2 and swiftmailer. I am also a bit lost on how to debug …

symfony swiftmailer
Swift Mailer Delivery Status

Does anyone know if SwiftMailer send function returns delivery status? I would like to be able to know that email …

php symfony1 symfony-1.4 swiftmailer
PHP Library to read email

I currently use the SwiftMailer library to send email, but unfortunately it's only for sending, not receiving. I'm wondering... is …

php email imap swiftmailer email-client
swiftmailer and email form with attachment - beginner

As always here is the place where I have learned a lot. And I have now a new things to …

php swiftmailer
Sending email using php, gmail, and swiftmailer causes SSL-related error

Here is my PHP code: function SendCookieToTheMail() { require_once 'swift-mailer/lib/swift_required.php'; //Create the Transport $transport = Swift_SmtpTransport::…

php email ssl gmail swiftmailer
Swift Mailer - Can't send mail, and can't find error logs

New to PHP and Swiftmailer and have yet to get it working. I've uploaded the /lib/ directory to a directory …

php swiftmailer
SwiftMailer does not send mail, why?

SwiftMail does not send my email, while mail() does work. Same as here. I added the EchoLogger but it does …

php email swiftmailer