Re: [PHP] Re: php mail() error

2004-11-14 Thread Manuel Lemos
Hello, On 11/14/2004 04:11 AM, Curt Zirzow wrote: Im using the php mail() function to try send an email to a user that has just registered. mail($HTTP_POST_VARS['emailaddress1'], 'Matchmakers Website Registration' , 'Welcome'); But when I get the following error back.: Warning: mail(): SMTP serve

Re: [PHP] Re: php mail() error

2004-11-13 Thread Curt Zirzow
* Thus wrote Manuel Lemos: > Hello, > > On 11/13/2004 04:12 AM, Curt Zirzow wrote: > >>>Im using the php mail() function to try send an email to a user that has > >>>just registered. > >>> > >>>mail($HTTP_POST_VARS['emailaddress1'], 'Matchmakers Website > >>>Registration' , > >>>'Welcome'); > >>>

Re: [PHP] Re: php mail() error

2004-11-13 Thread Manuel Lemos
Hello, On 11/13/2004 04:12 AM, Curt Zirzow wrote: Im using the php mail() function to try send an email to a user that has just registered. mail($HTTP_POST_VARS['emailaddress1'], 'Matchmakers Website Registration' , 'Welcome'); But when I get the following error back.: Warning: mail(): SMTP server

Re: [PHP] Re: php mail() error

2004-11-12 Thread Curt Zirzow
* Thus wrote Manuel Lemos: > Hello, > > On 11/10/2004 10:36 AM, Garth Hapgood - Strickland wrote: > >Im using the php mail() function to try send an email to a user that has > >just registered. > > > >mail($HTTP_POST_VARS['emailaddress1'], 'Matchmakers Website Registration' , > >'Welcome'); > > >