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 in authentication is from another SMTP server. We entered everything correctly, the port, the password, the SMTP server... However, authentication when sending e-mai is failing.
Cannot use data from another SMTP server?
thanks for your time, but I need the answer even for the Swift Mailer class, the application uses the class.
– Filipe Moraes
See if you have a debug option that shows the SMTP dialog maybe in a log. Without this it is difficult to diagnose the problem. Alternatively, you can try using the class mentioned above with the debug option only to see what happens at the SMTP level.
– mlemos
I could not understand the origin of the problem, but it was worth the suggestion to change class. Thank you.
– Filipe Moraes