use www-data@vern.cc instead of mememail@vern.cc so returns actually work

This commit is contained in:
Arya Kiran 2022-06-04 11:34:47 +05:30
parent 3844c6443d
commit b4d9dbef1e
1 changed files with 1 additions and 1 deletions

View File

@ -186,7 +186,7 @@
fwrite($handle, $contents);
fclose($handle);
$from = "mememail@vern.cc";
$from = "www-data@vern.cc";
$headers = "From: " . $from . "\n";
$headers .= "MIME-Version: 1.0\n";
$headers .= "Content-type: text/plain\n";