Re: [PHP-DB] Re: Need help-Send email

2009-09-14 Thread nagendra prasad
Hi Chris, Thanks for the response. However I have coded the Email code with SMTP authentication. But the problem is my mail is going to the SPAM not in the inbox. I remember someone has said that if the code is sending the email and if its going under SPAM folder then the code is correct but I hav

Re: [PHP-DB] Re: Need help-Send email

2009-09-14 Thread Chris
What _IS_ required is a valid recipient. What google requires to send an email through their servers is smtp authentication - none was mentioned in the original post (nor any follow up suggestions). If the recipient is invalid, it will bounce back - just like any other email where you mis

Re: [PHP-DB] Re: Need help-Send email

2009-09-14 Thread Richard Quadling
2009/9/14 Chris : > nagendra prasad wrote: >> >> Hi all, >> >> Below is the code that I have coded after replies from all of you. But >> before that I want to thank all of you for your help. I have coded the >> email >> code but still it is giving me an error. Please help me. > > ... and the error

Re: [PHP-DB] Re: Need help-Send email

2009-09-13 Thread Chris
nagendra prasad wrote: Hi all, Below is the code that I have coded after replies from all of you. But before that I want to thank all of you for your help. I have coded the email code but still it is giving me an error. Please help me. ... and the error is what exactly? Where's your smtp a

Re: [PHP-DB] Re: Need help-Send email

2009-09-12 Thread Kyle Smith
I guess I don't know enough about the gmail setup to know for sure, but I imagine GMail's external SMTP server (i.e. the one used to process mail being sent to @gmail.com addresses) isn't intended for people sending mail from their gmail accounts. In which case, it's not going to be thrilled a

Re: [PHP-DB] Re: Need help-Send email

2009-09-12 Thread Jack van Zanen
I thought he said he was using the gmail smtp server? Jack van Zanen - This e-mail and any attachments may contain confidential material for the sole use of the intended recipient. If you are not the intended recipient, please be aware that any disclosure, copying, distri

Re: [PHP-DB] Re: Need help-Send email

2009-09-12 Thread Kyle Smith
Mail from GMail coming from a non-gmail server? Yes, definately. Do not use @gmail.com in the from address, see how that works. Jack van Zanen wrote: what is the client email filter looking for to classify this as spam?? 1. Mail from GMAIL? Bit rough considering the number of valid users 2. s

Re: [PHP-DB] Re: Need help-Send email

2009-09-12 Thread Jack van Zanen
what is the client email filter looking for to classify this as spam?? 1. Mail from GMAIL? Bit rough considering the number of valid users 2. subject "Test mail" ? if so change subject to something more business like 3. message "Hello! This is a simple email message"? I do not think so Most likely

Re: [PHP-DB] Re: Need help-Send email

2009-09-12 Thread nagendra prasad
Exactly, the mail-client filter is actively working for such mail. But when I researched on Google I have found that to send an email using PHP we at lest need a mail server domain. Also we have to set SMTP to send email to inbox otherwise every mail-client will filter it and send it to SPAM folder

Re: [PHP-DB] Re: Need help-Send email

2009-09-12 Thread mrfroasty
Is this related to PHP-DB? Anyways, if I understands it correctly is that mail() is working but the client is categorizing the mail received into the SPAM folder.This might means your issue is not longer on that mail(), but on the your mail-client filters. GR mrfroasty nagendra prasad wrote: > H

[PHP-DB] Re: Need help-Send email

2009-09-12 Thread nagendra prasad
Hi all, Below is the code that I have coded after replies from all of you. But before that I want to thank all of you for your help. I have coded the email code but still it is giving me an error. Please help me. Name: Message: