History log of /web-master/include/mailer.php (Results 1 – 3 of 3)
Revision Date Author Comments
# 369ff201 02-Apr-2021 Nikita Popov

Try adding Reply-To header to commit mails

Not sure whether this will get stripped by the mailing list, but
let's try it. I don't want to specify the author/committer email
in From,

Try adding Reply-To header to commit mails

Not sure whether this will get stripped by the mailing list, but
let's try it. I don't want to specify the author/committer email
in From, as it'll likely run afoul of DMARC.

show more ...


# 89fd8c29 02-Apr-2021 Nikita Popov

Try to fix mail charset issue

Set utf-8 as the charset when using PHPMailer. The manual encoding
code was a leftover from direct calls to mail() and only handles
the charset in the s

Try to fix mail charset issue

Set utf-8 as the charset when using PHPMailer. The manual encoding
code was a leftover from direct calls to mail() and only handles
the charset in the subject but not other headers.

show more ...


# f417e150 30-Mar-2021 Rasmus Lerdorf

Switch forgot.php to PHPMailer