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.
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.
Yes You can connect PowerMTA with php, use this php class
https://github.com/PHPMailer/PHPMaileryou just need to provide smtp hostname with smtp port and user credentials to connect to PowerMTA.