change source address of e-mail
This commit is contained in:
@@ -7,7 +7,7 @@ $headers = "MIME-Version: 1.0" . "\r\n";
|
||||
$headers .= "Content-type:text/html;charset=UTF-8" . "\r\n";
|
||||
|
||||
// More headers
|
||||
$headers .= 'From: <webmaster@netsquat.com>' . "\r\n";
|
||||
$headers .= 'From: <webmaster@kawomi.com>' . "\r\n";
|
||||
$result=mail ("webmaster@i-buy.properties","new From", $data, $headers);
|
||||
|
||||
if($result){
|
||||
|
||||
Reference in New Issue
Block a user