0

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.

1 Answers1

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