Re: Email is blank to a .net address works fine for .com
- From: "Rik" <luiheidsgoeroe@xxxxxxxxxxx>
- Date: Wed, 10 May 2006 03:40:56 +0200
Joe Joe wrote:
$headers .= "To: <".$email.">\r\n"; $headers .= "From:
".$from.">\r\n"; mail($to, $subject, $message, $headers);
echo $from.' '.$email,' '.$title.' '.$message;
*/
Do you set $to at all or do you rely on headers?
What happens if you don't set To: etc. in the headers, but instead use:
mail($email, $subject, $message, $headers);
Grtz,
--
Rik Wasmus
.
- References:
- Email is blank to a .net address works fine for .com
- From: Joe Joe
- Email is blank to a .net address works fine for .com
- Prev by Date: Email is blank to a .net address works fine for .com
- Next by Date: PHP / CURL
- Previous by thread: Email is blank to a .net address works fine for .com
- Next by thread: Re: Email is blank to a .net address works fine for .com
- Index(es):