|
Posted by Shailesh Patel on 10/31/05 14:38
hi,
my script(IMAP email client) is sending mail using imap_mail()
function.
imap_mail($To, $Subject, $Body, $headers);
$headers = "From: <$From>\n";
$headers .= "X-Sender: <$U@$DOMAIN>\n";
i hv given imap host address of mauj.but while sending mail it is
sending from my server not from mauj server.(while runnig tht script
from my end) please help me how to solve this problem.
Thank you.
Shailesh.
Navigation:
[Reply to this message]
|