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.

Logging swiftmailer send() activity in symfony2

Im using swiftmailer for sending mails from my symfony2.2 project. Is there a way to log globally all email info …

php symfony logging swiftmailer symfony-2.2
How to close Smtp connection in SwiftMailer

I use SwiftMailer to send emails from a gearman worker process. I'm using the Swift_SmtpTransport class to send emails. …

php email smtp swiftmailer worker
Swift mailer triggers fatal error;

Fatal error: Uncaught exception 'Swift_TransportException' with message 'Expected response code 250 but got code "530", with message "530 5.7.0 Must issue a STARTTLS …

php swiftmailer
Loading a custom Yii Component

I am trying to use a custom class I have created to send out mail so I can keep the …

php yii swiftmailer
Should I use PHPMailer or SwiftMailer?

Possible Duplicate: PhpMailer vs. Swiftmailer? I have always used PHP's built in mail() function and it has always worked for …

smtp phpmailer swiftmailer php
Can I use Amazon's SES with Symfony2 and the Swiftmailer Bundle?

I'm hosting a site on Amazon's ec2 running a 64-bit version of CentOS. The site has a simple Contact Us …

amazon-ec2 symfony swiftmailer amazon-ses
How to attach images in swiftmailer to embed them in twig mail template?

I want to use images in my mail template - they should be sent with the mail. How do I …

symfony twig swiftmailer
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
Inject SwiftMailer into symfony2 service

I have a service which extends UserManager, so when I do: $message = \Swift_Message::newInstance() ->setSubject('~') …

symfony dependency-injection swiftmailer
Swiftmailer Caught exception: Expected response code 250 but got code "", with message ""

I'm having trouble in symfony 1.4 swiftmailer . When I try to use sendmail function() I got error code : Caught exception: Expected …

php symfony-1.4 swiftmailer