开发者

How can I automatically create an email address for anyone who signs up at my website?

开发者 https://www.devze.com 2023-04-09 17:17 出处:网络
开发者_运维技巧I know that just about the same thing was asked here: How can I... but I would like to use Google\'s servers because of blacklisting, is there any way for me to do this?
开发者_运维技巧

I know that just about the same thing was asked here: How can I... but I would like to use Google's servers because of blacklisting, is there any way for me to do this?

Basically how can I have Google's servers route/forward the email to a PHP script?

Also, it would be very useful to me if someone has the PHP code itself (if anyone has the script/code in any other programming language then I can do that to).

Thank you all in advance.


You can use Google Apps Enterprise, which has an API for creating users.

Alternatively, you can set all email to go to a single catch-all address and read the To: field when checking email.

Either way, you'll need to read the email using a POP or IMAP client in PHP.

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号