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?