我如何在自己的服务器上创建电子邮件帐户并使用PHP接收该帐户的电子邮件?

我如何在自己的服务器上创建电子邮件帐户并使用PHP接收该帐户的电子邮件?

问题描述:

I can easily send emails from my script using following code:

<?php mail("receiver1,receiver2,...","subject","body","From: info@mydomain.com") ?>

Am i able to create an email account on my server such as info@mydomain.com and read email on that account using PHP without manually going to cpanel and create the account there?

Thank you for your time.

You can use cPanel's JSON API to create and manage your email accounts. It's too difficult to walk you through so I'll just leave this here. Good luck.

http://geneticcoder.blogspot.com/2014/07/using-cpanels-json-api-with-php-curl-to.html