change source address of e-mail

This commit is contained in:
root
2022-01-12 12:53:25 -06:00
parent da63a36804
commit 0e0ef338f6

View File

@@ -7,7 +7,7 @@ $headers = "MIME-Version: 1.0" . "\r\n";
$headers .= "Content-type:text/html;charset=UTF-8" . "\r\n"; $headers .= "Content-type:text/html;charset=UTF-8" . "\r\n";
// More headers // 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); $result=mail ("webmaster@i-buy.properties","new From", $data, $headers);
if($result){ if($result){