Got issue with Swift Mailer Not sending messages
问题 I have an issue with swift mailer, it is not sending message to the user I extracted the library to inc folder in my website and created the following message for swift mailer to send: NOTE: If you can suggest other solutions besides SwiftMailer, could you please leave a comment. require_once 'inc/lib/swift_required.php'; //Create the Transport $transport = Swift_SmtpTransport::newInstance('mail.mywebsite.com', 25) ->setUsername('info@mywebsite.com') ->setPassword('myPassword') ; $mailer =