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] PgSql PDO

2009-09-12 Thread kranthi
> Try > "pgsql:" > This is case sensitive ;) > ( I'm messing around at the same level with the firsbird driver :) ) Yeh it worked. Thanks. But i remember seeing Pgsql somewhere in the docs... -- PHP Database Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

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: