Tagged Questions

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

learn more… | top users | synonyms

10
votes
3answers
2k views

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) ->setUsername('me@ff.com') ...
10
votes
6answers
5k views

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 to do this. Does either one have significant advantages over the other? Or ...
6
votes
4answers
2k views

Tracking email bounces, opens, clicks

I found How do you make sure email you send programmatically is not automatically marked as spam? to (hopefully) be a solid guide to avoiding being marked as spam. Are there any other important ...
4
votes
1answer
299 views

Is a PHP-driven HTML contact form using Swiftmailer secure?

I have a PHP driven HTML contact form on my site. Currently I use the PHP mail() function. Because of that I have to do many user input validation to avoid email header injection attacks. I think I'm ...
3
votes
1answer
21 views

Swift_Mailer + symfony UTF-8

I have an issue with Swift_Mailer in Symfony. I am sending e-mail messages in French which contain a lot of "à é è" characters. At first when i tried sending these characters came out fine in my ...
3
votes
1answer
519 views

CakePHP SwiftMailer SMTP TLS OpenSSL Error SSL3_GET_RECORD:wrong version number

I'm attempting to send an email using the CakePHP SwiftMailer component I found here: ...
3
votes
2answers
249 views

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 controller files thin. I created my custom class and put it in the components folder. I then added 'sendMail' => ...
3
votes
1answer
364 views

SwiftMailer library performing slow

I'm trying to implement swiftmailer into this mailing system. my client has about 300k active emails that need to be sent on a semi regular basis. the system was originally configured for sendmail and ...
3
votes
2answers
2k views

Using php's swiftmailer with gmail

I'm writing a simple script in which a gmail account is used to send an email to itself. I altered the script from SwiftMailer's reference, but I'm not getting any results. What's wrong? Edit: ...
3
votes
2answers
691 views

symfony 1.4 adding a BCC recipient to mailer

I know with swift directly you can create a Recipient_List and do ->addBcc() . How would i do this same thing in the context of symfony 1.4 $message = $this->getMailer()->compose(); ...
3
votes
2answers
2k views

Email body in Symfony 1.4 mailer?

I'm using the Symfony 1.4 mailer where I build the various bits needed for an email and then send it out using: $this->getMailer()->composeAndSend($sender, $recipient, $subject, $body); In ...
3
votes
1answer
4k views

swift mailer error 'Swift_RfcComplianceException' on an email that actually works?

My swift mailer plugin has just thrown up an error because an email address it tried to send to isn't compliant. Problem is - the email is valid. Basically, I don't want swift mailer to be checking ...
2
votes
3answers
171 views

Got issue with Swift Mailer Not sending messages

I have an issue with swift mailer, it is not sending message to the user I extracted the library to inc folder in my website and created the following message for swift mailer to send: NOTE: If you ...
2
votes
1answer
82 views

Swiftmailer 4 does not retrieve bounces as $failedRecipients

I am trying this code (from http://swiftmailer.org/docs/sending.html): require_once 'lib/swift_required.php'; //Create the Transport $transport = Swift_SmtpTransport::newInstance('localhost', ...
2
votes
2answers
329 views

Symfony mailer: Swift_TransportException between message sending

On a current project which I'm currently working, i have a symfony task that runs some mass data insertion to database and runs it for at least half an hour. When the task starts a mail notification ...
2
votes
1answer
677 views

Swiftmailer and Symfony2

Having some problems implementing swiftmailer with the new symfony2 beta4, below is my code $mailer = $this->container->get('mailer'); $name = ucwords(str_replace('.',' ', ...
2
votes
1answer
447 views

Swiftmailer connection exception - smtp connection failed (ssl)

ive been looking online for hours for solution in this problem of mine. I just simply would like to send emails using gmail smtp, php, and swiftmailer I am using kohana for this. Xampp 1.7.4. At ...
2
votes
3answers
353 views

PHP SwiftMailer or PEAR Mail

Does someone have some comments about those two? in terms of experience, performance, easiness, problems, spam related, etc. Say you need to send emails (10-20) every 1 hour (cron job).
2
votes
1answer
183 views

Google App-Gmail Unable to set from. Gmail replacing from address when sending via swiftmailer SMTP transport (PHP)

Hello and thank you for any help in advance. I'm using swiftmailer, SMTP transport method to send email from my PHP script. Sending the message is fine. It works. The problem is, no matter what I ...
2
votes
1answer
361 views

Retrieving a file name to attach to an email with SwiftMailer and PHP

I asked the question yesterday and got an advice, and used it, but it doesn't work for some reason. So, I need to retrieve the name of the file that was uploaded to my server from an HTML form by a ...
2
votes
5answers
319 views

Does anyone have recommendations for a good (and lightweight!) PHP mailer library?

Pretty much as the title says. I'm currently using the SwiftMailer (http://swiftmailer.org), but I'm just wondering how it stacks up to the other libraries out there.
2
votes
2answers
691 views

Mailing Emailing to 50,000-100,000 subscribers

I want to develop a mailing list application that needs to be able to handle out sending messages to 50,000-100,000 subscribers at a time. Can Swiftmailer's batch send method handle this? I am a ...
1
vote
0answers
107 views

codeigniter mail vs swiftmailer for bulk email

i have an old system and a new one, which i'm developing: in the old system i used crontab and swiftmailer to send a newsletter. i've written a PHP script that reads the mailing list from the ...
1
vote
2answers
311 views

SMTP Configuration of Swiftmailer Symfony2, Servage

Please i want to know how to configure the SMTP for Swiftmailer in Symfony2. I use FOSUserBundle, and i enabled the activation by email after registration, but after registration i get the message ...
1
vote
1answer
138 views

Maximum execution time of 30 seconds exceeded swift mailer

I am using swift mailer using this statement: require_once 'lib/swift_required.php'; to send email. It was working fine for many months and now suddenly I start getting this error: Fatal error: ...
1
vote
2answers
282 views

SwiftMailer email in Kohana triggers array to string conversion

I'm trying to email in Kohana using SwiftMailer but keep coming across an error about an array to string conversion. My code is thus: $mailer = Email::connect(); $to = 'boboz@gmail.com'; $from = ...
1
vote
2answers
155 views

404 Page Not Found - CodeIgniter related

I am using the Codeigniter framework in a project - I have a tool which reads an array and sends out over 10,000 emails using the SwiftMailer Email framework. One form which I have once submitted is ...
1
vote
1answer
158 views

How to set reply-to when using Swiftmailer

How can reply-to be set when using Swiftmailer. The docs mentioned the function setReplyTo() but without specific instructions on how to use it. Any help will be appreciated.
1
vote
3answers
412 views

Receiving / retrieving email in CakePHP

I am developing a basic yet highly customized CRM for a small training centre which has the ability to store student records and also send emails to them. I'm using SwiftMailer following this ...
1
vote
0answers
136 views

Does SwiftMailer support asynchronous mail sending the way Mail_Queue does?

I want to send my emails using sendgrid's SMTP servers, but connecting to them, not at "Web-time", but via a (simple) queue. I know PEAR's Mail_Queue can enable me to do that, but can I do it using ...
1
vote
1answer
217 views

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 be emailed to certain address. I'm using Swiftmailer to generate these emails. I ...
1
vote
3answers
806 views

PHPMailer or SwiftMailer? [closed]

Possible Duplicate: PhpMailer vs. Swiftmailer? I have always used PHP's built in mail() function and it has always worked for me without fail and does the job i want it to. Now some maybe ...
1
vote
2answers
121 views

what should i be careful when sending email with PHP so it does not goes in spam(especialy Yahoo Mail)

i am building a web that sends email for reseting password, verifying email and newsletter. what i want to know what should i do it does not go into spam? now i am looking in SwiftMailer ...
1
vote
1answer
122 views

Passing an array to swiftmailer seto()

I am stuck heavily with this problem I got around 100 emails to send mails to. I want am trying to create one message and add all emails into the setTo method I have tried all but nothing works, ...
1
vote
2answers
137 views

Avoiding Spam Filters for account confirmation emails

I have an application built in PHP/Symfony. Part of it requires sending what is essentially an account verification email to users. Unfortunately, it seems that my email is triggering spam filters ...
1
vote
3answers
549 views

emails send using Symfony Mailer object goes to Spam folder

I am using Symfony 1.4.8 and Propel as ORL. I am sending mails using Symfony miler object, the mail is send properly but it goes to spam folder, is there any way to stop that. the code that i am ...
1
vote
1answer
914 views

smtp relay - gmail - swiftmailer: Expected response code 220 but got code “”

I am using gmail as an smtp server for my swiftmailer class. however I am getting Expected response code 220 but got code "", with message "" in ...
1
vote
0answers
101 views

swiftmailer - failures by reference?

I am using swiftmailer Currently to record failures I use if(!$mailer->send()) //failed but, I am aware that you can do Pass a by-reference variable name to the send() or batchSend() ...
1
vote
1answer
122 views

Apostroph encoded as an escape character

I have a PHP script that grabs data from an HTML form and sends it in an email with SwiftMailer. When a user enters apostrophe or quotes into an input field (textarea), the email looks something like ...
1
vote
1answer
481 views

Swiftmailer working on localhost but not in production

On my localhost (Linux Mint OS) Swiftmailer is working fine with the following code, but whenever I move it up to my server is just hangs at the send function and then gives me an internal server ...
1
vote
1answer
254 views

batch email send with custom content

I want to send out batch mails using SwiftMailer but just wondering what the best option for this would be. The problem is the email content needs to be customized, i.e. there will be a salutation at ...
1
vote
3answers
252 views

Sendmail hangs when domain MX doesn't exist

I'm using PHP's SwiftMailer library to bulk send emails (following CANSPAM and RFCs). Everything works fine until I run across a domain that does not have a corresponding MX entry in the DNS. At ...
1
vote
0answers
83 views

Swiftmailer subject and weird whitespace problem

When sending a message with swiftmailer or SmtpMailer, the subject has a weird whitespace. The subject should look like this: "Newsletter October 2010 - Hello everyone" But looks like this: ...
1
vote
1answer
362 views

cakephp swiftmailer config

hi i am using swiftmailer component in my app and am looking for a way to have a separate config (perhaps in config folder?) for swiftmailer that checks what debug mode i am using and thus uses ...
1
vote
1answer
174 views

install sfSwiftPlugin for Symfony 1.4

I am using Symfony 1.4 as PHP framework, with Propel as ORM. I downloaded sfSwiftPlugin 1.5.1, but it was for 1.o version, and when installing it is giving me error you try to install a symfony 1.0 ...
1
vote
1answer
176 views

How to get started using SwiftMailer

I wanna use swiftmailer to send the results of a form to a gmail account. I'm new to php (and new to ubuntu), and in the stage of being (embarrasingly) lost even when reading the documentation. ...
1
vote
1answer
86 views

Retrieving a file name to attach to an email with SwiftMailer and PHP

I am able to attach a file using SwiftMailer with its name hardcoded. But what if the file is uploaded by a user from an HTML form's 'file input type control and has to be sent with an email by a PHP ...
1
vote
3answers
2k views

Swift Mailer Error

Im using the following code to send a message: try { require_once "lib/Swift.php"; require_once "lib/Swift/Connection/SMTP.php"; $smtp =& new ...
1
vote
2answers
3k views

Swift Mailer email sending problem

i have downloaded Swift Mailer from their website and try to send simple email with following code <?php require_once 'lib/swift_required.php'; $transport = ...
1
vote
1answer
1k views

Need help with Swift mailer with Kohana wrapper

My current code is this $swift = email::connect(); $swift->setSubject('hello') ->setFrom(array('alex@example.com.au' => 'Alex')) ...

1 2 3