How to configure Powermta with PHP?

1.1k Views Asked by At

Is it possible to configure powermta with php to send emails, I did searched on google and not found any good resource.

If anybody did it please post some ideas or code snippets.

1

There are 1 best solutions below

1
Shoaib On

Yes You can connect PowerMTA with php, use this php class

 https://github.com/PHPMailer/PHPMailer 
you just need to provide smtp hostname with smtp port and user credentials to connect to PowerMTA.