|
Posted by DXTrim on 11/02/05 17:44
Hello Shailesh,
I really do not understand what you mean. If you can rephrase the problem
maybe we could be able to help you. What you mean by running the script from
my end? The send mail will always send from the server no matter which
server you want to indicate. Also I would suggest not using the X-Sender as
some network administrators will block your emails (spam rules)
Regards,
DXTrim
"Shailesh Patel" <shailesh82@gmail.com> wrote in message
news:1130762327.401169.135370@o13g2000cwo.googlegroups.com...
> 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]
|