Image

Imageunixd0rk wrote in Imagephp work

php imap_mail() function [FIXED]

FIXED...

...with a little help from PEAR Net_SMTP

hello all,

why is my imap_mail() still being injected into my localhost mailserver despite my usage of imap_open() to sucessfully connect to a remote imap server?

it's looking like i have to write my own fucntion to talk to the stream to build the email and send it. why would i have to do this, and why is it called imap_mail() when it's doing the exact same thing as mail() for me?

i'm on PHP 4.2.2

thanks in advance,
-r