mirror of
https://git.friendi.ca/friendica/friendica.git
synced 2025-06-10 20:24:26 +02:00
Transform email header string to header array & replace it at various situations.
This commit is contained in:
parent
766d92aaa0
commit
ac1d2cf38f
7 changed files with 75 additions and 28 deletions
|
@ -151,7 +151,7 @@ class Emailer
|
|||
. rand(10000, 99999);
|
||||
|
||||
// generate a multipart/alternative message header
|
||||
$messageHeader = $email->getAdditionalMailHeader() .
|
||||
$messageHeader = $email->getAdditionalMailHeaderString() .
|
||||
"From: $fromName <{$fromAddress}>\n" .
|
||||
"Reply-To: $fromName <{$replyTo}>\n" .
|
||||
"MIME-Version: 1.0\n" .
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue