0

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.

Robert
  • 7,394
  • 40
  • 45
  • 64
Praveen Govind
  • 2,619
  • 2
  • 32
  • 45

1 Answers1

1

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.
Shoaib
  • 112
  • 1
  • 13