fabd / kanji-koohii

A web application to help Japanese language learners remember the kanji.
https://kanji.koohii.com
GNU Affero General Public License v3.0
219 stars 21 forks source link

Fix the Contact Form #315

Closed fabd closed 9 months ago

fabd commented 9 months ago

Fix issue with parsing emails in the private config file - which caused the Contact form to stop working.

Merge the work in progress branch for SMTP email, which has the correct parseAddress() function to handle the configuration change that was mistakenly left in master since May.

On the plus side, this is a step towards adding MailAsbtractSMTP to replace the php mail() functionality.