E-mail verification through e-mail & PHP?
问题 I have seen on some sites where the user can simply send a blank e-mail to something like verify@domain.com to have their e-mail verified if they are having trouble getting the verification e-mail. I have a website with PHP/MySQL that I'd like to implement this same functionality, but I haven't done much with e-mail besides sending it so I don't even know where to start to set something like this up. 回答1: Basically if your mailbox is an IMAP you could reference these functions via PHP http:/