Re: [PHP] "From: " mail() function

2004-11-16 Thread Richard Davey
Hello Garth, Tuesday, November 16, 2004, 7:56:39 AM, you wrote: GHS> how can I make the from address look like "Matchmakers Team" instead of GHS> 'from:[EMAIL PROTECTED]'. Format it correctly. The PHP manual is your friend: 'From: Matchmakers Team <[EMAIL PROTECTED]>' Best regards, Richard Da

[PHP] "From: " mail() function

2004-11-15 Thread Garth Hapgood - Strickland
I am using the normal mail() function and currently using the from address as: mail($HTTP_POST_VARS['emailaddress1'], 'Matchmakers Website Registration' , $registree_email_text, 'from:[EMAIL PROTECTED]'); how can I make the from address look like "Matchmakers Team" instead of 'from:[EMAIL PROTECT