Sending Authenticated Email with Swift Mailer

0

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 SMTP server ... But authentication at the time of sending the e-mai is failing.

Can not use data from another SMTP server?

    
asked by anonymous 01.04.2014 / 11:34

1 answer

0

It should work, but I do not know this class to give a specific recommendation.

I recommend before class MIME Email message that serves the same purpose, and has a debug option that shows the SMTP dialog between the class and the server, so you know exactly what error is being returned in order to solve the problem. >     

11.04.2014 / 10:31