Re: [PHP] Re: Mail in Spam Box

2006-06-18 Thread eqla3.com eqla3.com
On 6/19/06, eqla3.com eqla3.com <[EMAIL PROTECTED]> wrote: is there an example of the correct code? is my messege get in the right place? === web archive http://7b99.com/";>.

Re: [PHP] Re: Mail in Spam Box

2006-06-18 Thread eqla3.com eqla3.com
is there an example of the correct code?

Fwd: [PHP] Re: Mail in Spam Box - my code

2006-06-18 Thread kartikay malhotra
Oops, sent this previous mail to Manuel instead of the group... :) Hi All! Sure, here is what I've: Mail sent Successfully"; } else { echo "Mail send failed"; } ?> Thanks & Regards KM On 6/19/06, Manuel Lemos <[EMAIL PROTECTED]> wrote: on 06/18/2006 12:29 PM kartikay malhotra said the f

Re: [PHP] Re: Mail in Spam Box - its working now

2006-06-18 Thread kartikay malhotra
Hey! Its working now. I replaced @mydomain with some valid mail address (gmail address) and the mail was delivered to the Inbox. Feel free to use the code if it helps. Attachments are allowed. Also, it works without a subject (for gmail), but the mail address I used now was genuine. Also genuine

[PHP] Re: Mail in Spam Box

2006-06-18 Thread Manuel Lemos
on 06/18/2006 12:29 PM kartikay malhotra said the following: > I've use PHP mail to send mail to my Gmail ID. But it gets delivered to my > Spam box and not the Inbox :( > > Am I missing a header, signature, certificate? Maybe if you show how you are composing the message you are sending we can a