mirror of
https://codeberg.org/PostERG/xamxam.git
synced 2026-05-06 19:19:19 +02:00
rename posterg → xamxam throughout: nginx conf, scripts, PHP source, docs
This commit is contained in:
@@ -118,7 +118,7 @@ class SmtpRelay {
|
||||
}
|
||||
|
||||
// Build MIME message
|
||||
$boundary = 'posterg_' . bin2hex(random_bytes(8));
|
||||
$boundary = 'xamxam_' . bin2hex(random_bytes(8));
|
||||
$date = date('r');
|
||||
$fromHdr = ($s['from_name'] ?? '') !== ''
|
||||
? "=?UTF-8?B?" . base64_encode($s['from_name']) . "?= <{$s['from_email']}>"
|
||||
|
||||
Reference in New Issue
Block a user