Re: [PHP] mail() help

2006-09-12 Thread Christopher Weldon
-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

RE: [PHP] mail() help

2006-09-12 Thread Peter Lauri
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:

Re: [PHP] mail() help

2006-09-12 Thread David Tulloh
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

Re: [PHP] mail() help

2006-09-11 Thread Christopher Weldon
-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

[PHP] Re: php mail help

2004-10-28 Thread M. Sokolewicz
*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

Re: [PHP] mail help, and php.ini help.

2002-07-06 Thread Alberto Serra
ðÒÉ×ÅÔ! 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

Re: [PHP] Mail help!!!!!

2001-04-17 Thread Johannes Janson
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