Page 1 of 1

Email class

Posted: Sun Feb 12, 2006 4:50 pm
by alex.barylski
I've used phpMailer with great success when required to send emails...

Now I want to start working on a contact manamgment program which will read emails (IMAP, etc) off the server, build contact lists, etc...

Does phpMailer support this? Or is it trivial using native PHP functions?

Thanks :)

Posted: Sun Feb 12, 2006 4:59 pm
by josh
PHP has an arsenal of functions specifically for this:
http://php.net/imap

Posted: Mon Feb 13, 2006 2:18 am
by Chris Corbyn
Don't be fooled by the name "imap". Those functions support other protocols too (POP3). They don't take any learning neither, providing you have the documentation ;)

Posted: Mon Feb 13, 2006 5:23 am
by patrikG