Originally posted by Kier
This works for me:
This works for me:
PHP Code:
$to_address = "My Friend <[email protected]>";
$subject = "Hello there";
$from_address = "From: My Name <[email protected]>";
$message_body = "bla bla bla bla bla bla bla bla bla bla.";
mail($to_address,$subject,$message_body,$from_address);
I tried it on a number of free services along with some of the Paid Servers.
Leave a comment: