ProfZijlstra / video_site

MIT License
3 stars 1 forks source link

Refactor mail / SMTP backend #18

Closed ProfZijlstra closed 1 year ago

ProfZijlstra commented 1 year ago

Need to use a real SMTP server (smtp.manalabs.org) instead of sending mail from the machine itself (default behavior for PHP's mail function).

Also once that's implemented be sure to fix / reset the SPF and DKIM records

ProfZijlstra commented 1 year ago

Latest commit refactors SMTP support. I've also deleted the custom SPF record (as the documentation says that the default one will automatically be added back in).

This will (hopefully) fix all the mail issues