/ Published in: PHP
Send an email from the server.
Expand |
Embed | Plain Text
$subject = "Sending and email"; $body = "Blah blah blah"; CC: [email protected]";
You need to login to post a comment.
wizard04 on 07/29/08
1 person have marked this snippet as a favorite
Send an email from the server.
$subject = "Sending and email"; $body = "Blah blah blah"; CC: [email protected]";
You need to login to post a comment.