4 Commits

Author SHA1 Message Date
Nikita Popov
819070de35 Add PHPMailer as composer dependency
Instead of requiring it to be on the include path.
2021-04-08 21:30:58 +02:00
Nikita Popov
369ff2016a 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.
2021-04-02 22:43:57 +02:00
Nikita Popov
89fd8c2964 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.
2021-04-02 22:08:41 +02:00
Rasmus Lerdorf
f417e150be Switch forgot.php to PHPMailer 2021-03-30 10:00:13 -07:00