-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
suresh kumar wrote:
> Hi,
> I am using php mail function to send mails to our customers.but when i
> send mail to them.it is getting received in customers bulk folder .i want
> mail to get received in customers inbox.i dont know the reason why
What are you doing on this line:
$headers .= 'From: MyADTV @yahoo.co.in>' . "\r\n";
Should it not be:
$headers .= 'From: MyADTV <[EMAIL PROTECTED]>' . "\r\n";
?
/Peter
www.lauri.se - personal web site
www.dwsasia.com - company web site
-Original Message-
From: suresh kumar [mailto:
Your email is going to the bulk mail folder because the email provider
believes that it's spam. It's nothing specifically wrong with your
email, there is no "this isn't spam" flag, otherwise everyone would set it.
To figure out why the email is being marked as spam, check the program
that is doin
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
suresh kumar wrote:
> Hi to all,
> i am having one doubt regarding php mail function.i am using
> php mail() function to send mail to the users.but when i send mail throught
> php its going to the users bulk folder but not to the user
*cough*quotes*cough*
Patrick E Phillips wrote:
I have php installed on my PC as well as an apache webserver and mysql. I am
using cox.net as my cable internet provider. They block port 25 but I do not
know if that affects what I am trying to do... which is:
use the mail() function to send email for
ðÒÉ×ÅÔ!
Greg Scotts wrote:
> $to #
> $from #
> $subject #
> $message #
> mail($to, $from, $subject, $message)
It always worked for me... you obviously checked variable content, did
you? And I am not sure I got you right. Mail gets sent, it's just the
sender address being wrong?
> Also, i was
Hi,
I think you can put more than one recipient into the mail-function
by seperating them with a ",". Look in the manual for detailed info.
Johannes
"Bruno Freire" <[EMAIL PROTECTED]> schrieb im Newsbeitrag
454D444FF5C0D211891800A0C98C7D90359A44@SERVIDOR">news:454D444FF5C0D211891800A0C98C7D9035
7 matches
Mail list logo