RE: [PHP] Help with template file and email

2010-07-26 Thread Carlos Sura
Hello Joey, No problem, I'm glad you got it working now. Any other question. Use php-list. Regards, Carlos Sura. From: j.hendrick...@comcast.net To: carlos_s...@hotmail.com Subject: Re: [PHP] Help with template file and email Date: Sat, 24 Jul 2010 08:29:03 -0500 Hi Carlos

RE: [PHP] Help with template file and email

2010-07-13 Thread Carlos Sura
t, my mistake. Or you might use something like this: http://docs.php.net/manual/en/function.mail.php -as Richard said.- > From: rquadl...@gmail.com > Date: Tue, 13 Jul 2010 15:02:14 +0100 > To: j.hendrick...@comcast.net > CC: php-general@lists.php.net > Subject: Re: [PHP] Hel

Re: [PHP] Help with template file and email

2010-07-13 Thread Richard Quadling
On 13 July 2010 14:56, Joey Hendricks wrote: > Hello, >  I have been working on a birtday invite program. The form takes 10 names and > 10 email addresses. I think the problem is the $to variable in my function. I > get this warning-Warning: mail() [function.mail]: SMTP server response: 550 > 5

[PHP] Help with template file and email

2010-07-13 Thread Joey Hendricks
Hello, I have been working on a birtday invite program. The form takes 10 names and 10 email addresses. I think the problem is the $to variable in my function. I get this warning-Warning: mail() [function.mail]: SMTP server response: 550 5.5.0 domain name required in. Could someone help m