IMAP functions vs fsockopen for POP3 access...
Posted: Wed Jul 18, 2007 7:05 pm
I am wanting to build a bounce email processor and I have been working in installing the IMAP functions for PHP... but it looks like I might not be able to do that easily on my current server... so my question is simple... does anyone know the comparative server load that using classes that use fsockopen to access mailboxes might exert as opposed to switching to a server that I could configure to use the IMAP functions?
For information, this is for an application that sends out a double opt-in mailing list
For information, this is for an application that sends out a double opt-in mailing list