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
224 stars 21 forks source link

Implement SMTP email for better reliability #299

Closed fabd closed 6 months ago

fabd commented 1 year ago

Implement SMTP email sending with Google SMTP (instead of using php mail() on the shared hosting).

Ideally, we will be using XOauth2.

Address the following:

fabd commented 6 months ago

We're using free Google SMTP with 2FA but that will do for now - setting up XOAuth is a major PITA.

Still much better than mail() on the shared hosting.

fabd commented 6 months ago

Closed by #327