Questions tagged as 'swiftmailer'

1
answer

Swiftmailer - Corrupted HTML on receipt

I'm having problems with Swiftmailer when I send a message and sometimes I get complaints that the content is completely broken (HTML removed). My software sends a lot of emails, and this problem happens almost every day, but we can not get a...
asked by 15.09.2014 / 20:39
1
answer

Send email via PHP on windows server 2008 R Standard with wampserver 2.0

I'm using wampserver 2.0 on windows server 2008 R2 Standard. SMTP Virtual Server is installed on the server. In php.ini I have the following configuration: [mail function] SMTP = 000.00.000.000 //IP do servidor SMTP, substituí o IP original só...
asked by 21.08.2014 / 13:55
1
answer

php email - Swift_Attachment does not work

I'm trying to send an email but I can not attach a file. The file is copied to the upload folder 'tmp', I checked it and it is there. If I comment on the line that attaches the file, the email is sent but not sent instead. HTML: <div...
asked by 20.10.2014 / 15:42
0
answers

Bulk Email Newsletter Submission - no email limit SwiftMailer

Hi, I have an action on my controller that triggers email from the database. I did some tests on my machine by inserting in the table only my own email, I got up to 1000. I only managed to receive 750 emails in my box. What can it be? $usu...
asked by 14.12.2015 / 11:44
1
answer

Swift_TransportException error while sending e-amil using SMTP + Laravel 5.4

Speak Person, one more trouble, is as follows: I'm trying to send an email through my application (api), where I develop with Laravel 5.4. The thing seems very easy, just not! My .env file looks like this: MAIL_DRIVER=smtp MAIL_HOST=mail...
asked by 14.09.2017 / 04:54
0
answers

avoid timeout in Swiftmailer

I am using swiftmailer and throttler to send emails, the problem is that the browser does timeout because the throttler makes some pauses to keep the sending within limits (5 emails per minute), I think the script continues to run Is this a prob...
asked by 20.01.2016 / 16:42
0
answers

sending email with pause of 2 seconds between emails

I have the Swiftmailer library sending the emails correctly, but I would like to pause for 2 seconds between sending the various emails in my array. I tried to use sleep(2) in the loop, but it does not work. How can I do this? $users...
asked by 15.01.2016 / 12:57
0
answers

sending email with pause of 2 seconds between emails

I have the Swiftmailer library sending the emails correctly, but I would like to pause for 2 seconds between sending the various emails in my array. I tried to use sleep(2) in the loop, but it does not work. How can I do this? $users...
asked by 15.01.2016 / 12:57
0
answers

Problem sending smtp Swift_Message with Symfony2

Hello, I have a problem when I use SMTP with Swift_Message. I put the information right and the email arrives. The problem is that an email arrives for both "From" and "To". Is this normal or do I have to set something up so it does not? I...
asked by 09.11.2015 / 12:48
1
answer

Sending Authenticated Email with Swift Mailer

I have a php file that sends authenticated emails using the swift mailer class. I implemented the class on one server but the email used for authentication is from another SMTP server. We insert everything correctly, the port, the password, the...
asked by 01.04.2014 / 11:34