Email Sending in Deming Now Powered by PHPMailer #914
dbarzin
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
We’ve made changes to how email notifications are sent in Deming. The system now leverages the PHPMailer package, providing improved flexibility and support for DKIM (DomainKeys Identified Mail).
What’s New?
How to Configure
To send notification emails from Deming, update your .env file with the following settings for SMTP access:
If you wish to enable DKIM, configure these additional settings:
This update improves security and flexibility in handling emails. Make sure to review and apply the appropriate configurations for your setup!
Beta Was this translation helpful? Give feedback.
All reactions