sweenster
06-30-2005, 09:07 PM
When using mail() to send an email on a unix server the structure is:
$headers = "From: Sweenster <sweenster@sweenster.co.uk>\n";
However, this doesnt work on a Micro$oft server - you cant send a name only the email address
$headers = "From: sweenster@sweenster.co.uk\n";
is there anyway to get the M$ server to send a from name as well as the address?
$headers = "From: Sweenster <sweenster@sweenster.co.uk>\n";
However, this doesnt work on a Micro$oft server - you cant send a name only the email address
$headers = "From: sweenster@sweenster.co.uk\n";
is there anyway to get the M$ server to send a from name as well as the address?