Garry Posted May 6, 2017 Report Posted May 6, 2017 Hi, What is the best way have a PHP script to send a message by SMTP? Quote
Tony Posted May 8, 2017 Report Posted May 8, 2017 You'll need to create an email account to send from then since you're not using the mail() function then you're probably best to utilize a mailing library. Here are a few examples of them: http://swiftmailer.org/https://github.com/PHPMailer/PHPMailer If it's a third party application a lot of them already can interface with SMTP. You just need to tell them the SMTP server and a username and password. Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.