我如何在自己的服务器上创建电子邮件帐户并使用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
Yes of course! Everyting is possible! Just Google it.
And take a look at this : http://www.zubrag.com/scripts/cpanel-create-email-account.php
or : http://geneticcoder.blogspot.com/2014/07/using-cpanels-json-api-with-php-curl-to.html