Most voted "swiftmailer" questions
Swiftmailer is a library produced by Sensiolabs for sending emails with more than multiple features compared to mail function().
Learn more…9 questions
Sort by count of
-
2
votes1
answer198
viewsSend email via PHP in windows server 2008 R Standard with wampserver 2.0
I am using wampserver 2.0 in windows server 2008 R2 Standard. On the server is installed the SMTP Virtual Server. In php.ini I have the following configuration: [mail function] SMTP = 000.00.000.000…
-
2
votes1
answer103
viewsSwiftmailer - Corrupted HTML on receiving
I am 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…
-
2
votes1
answer132
viewsSending php email - Swift_attachment does not work
I’m trying to send an email, but I can’t attach a file. The file is copied to the tmp uploads folder, I have checked and it is there. If I comment on the line that attaches the file, the email is…
-
1
votes0
answers43
viewsSending Newsletter to Bulk Bank Emails - No Limit Swiftmailer Email
Hi, I have an action on my controller that triggers emails from the database. I did some tests on my machine by inserting only my own e-mail into the table, put up to 1000. I only managed to receive…
-
0
votes1
answer330
viewsSending 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 in authentication is from another SMTP server. We entered…
-
0
votes0
answers51
viewsProblem with sending smtp Swift_message with Symfony2
Hello, I have a problem when using SMTP with Swift_message. I put the right information and the email arrives. The problem is that an email arrives for both "From" and "To". Is that normal or do I…
-
0
votes1
answer103
views2-second pause between emails
I have the Swiftmailer library sending the emails correctly, but I would like to pause 2 seconds between submissions of the various emails in my array. I tried to use the sleep(2) in the loop, but…
-
0
votes0
answers40
viewsavoid timeout in Swiftmailer
Using swiftmailer and throttler to send emails, the problem is that the browser timeouts because the throttler pauses to keep sending within limits (5 emails per minute), I think the script keeps…
-
0
votes1
answer1095
viewsSwift_transportexception error when sending e-amil using SMTP + Laravel 5.4
Speak Person, one more trouble, it’s as follows: I am trying to send an email through my application (api), where I develop with Laravel 5.4. The thing seems very easy, just not! My file . env is as…