How can I configure hMailserver to send out emails through a PHP script when using ampps on Windows 10. I am running a website on localhost (ampps). I want automated emails to be sent out as soon as a particular condition occurs. I have installed hMailserver.
Asked
Active
Viewed 370 times
0
-
Sorry, but you will need to ask a more specific question than this. – arkascha Mar 12 '18 at 19:27
-
It doesn't matter which mailerserver. Try [Swift](https://swiftmailer.symfony.com/) or PHPMailer to send emails. – odan Mar 12 '18 at 19:36
1 Answers
1
use a mailing librairy that you can install with composer instead of making your own like swiftmailer for example https://swiftmailer.symfony.com/docs/introduction.html

Omar Soufiane
- 183
- 2
- 3