Can anyone point me in the right direction? I want to use Php to
automate confirmation of someone joining an email list by them replying
to an email (so they don't have to have a browser?).
I will probably use a hyperlink with a unique ID, but I also want to
know how to go about reading from a mailbox with Php so I can use an
email reply method, too.
I'm having trouble finding any kind of tutorial. From the bit of
searching I've done, it appears I need to use an IMAP client and the
IMAP functions (I've no experience with using IMAP, but could learn).
Can I use Php functions to read email from a POP3 mailbox?
Does anyone know of any tutorials or helpful web sites that might
explain what I need to do?
Thanks in Advance.
--
*************** **************
Chuck Anderson • Boulder, CO
Integrity is obvious.
The lack of it is common.
*************** **************
automate confirmation of someone joining an email list by them replying
to an email (so they don't have to have a browser?).
I will probably use a hyperlink with a unique ID, but I also want to
know how to go about reading from a mailbox with Php so I can use an
email reply method, too.
I'm having trouble finding any kind of tutorial. From the bit of
searching I've done, it appears I need to use an IMAP client and the
IMAP functions (I've no experience with using IMAP, but could learn).
Can I use Php functions to read email from a POP3 mailbox?
Does anyone know of any tutorials or helpful web sites that might
explain what I need to do?
Thanks in Advance.
--
*************** **************
Chuck Anderson • Boulder, CO
Integrity is obvious.
The lack of it is common.
*************** **************
Comment