/ Published in: PHP
Send an email from the server.
Expand |
Embed | Plain Text
$to = "you@example.com"; $subject = "Sending and email"; $body = "Blah blah blah"; $headers = "From: me@example.com CC: youtoo@example.com";
You need to login to post a comment.
