php imap_mail() function
Date: 06/23/06
(PHP Community) Keywords: php
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
Source: http://community.livejournal.com/php/464169.html