You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Native DKIM capabilities in modMailer would be very useful. The functionality is already there but can't be used by default or with an extension like FormIt.
Why is it needed?
More and more companies moving to DKIM and also using 2-factor authentication for email accounts, so even secure SMTP is not an option for those. SPF record is often not enough to be able to deliver email reliably.
Suggested solution(s)
MODx uses PHPMailer which is capable of sending emails using DKIM, even modMail and modPHPMailer implementation are capable of using them. It can be used from a snippet but it can't be used with in-built functionality or with an extra like FormIt. So a simple solution would be adding those DKIM options to the settings and also modifying modMailer::getDefaultAttributes() function so it would utilise those settings.
The text was updated successfully, but these errors were encountered:
@krisznet sounds like a good improvement! We encourage you to submit a pull request (PR) with your proposed changes. Your contribution would greatly help in resolving the issue efficiently.
If you need any assistance with the process, feel free to ask for help. We are happy to guide you through creating a PR.
### What does it do?
Adding native DKIM capabilities to MODX without creating a custom email
script. After setting up the correct values in system settings, all mail
sent by MODx will be signed.
### Why is it needed?
More and more companies moving to DKIM and also using 2-factor
authentication for email accounts, so even secure SMTP is not an option
for those. SPF record is often not enough to be able to deliver email
reliably.
### How to test
Regular mail and SMTP should work like before. If you add DKIM details
in settings the Emailer should use it and the email should be signed
with the correct key.
### Related issue(s)/PR(s)
Resolves#16396
---------
Co-authored-by: Joshua Lückers - Jacobsen <joshualuckers@me.com>
Feature request
Summary
Native DKIM capabilities in modMailer would be very useful. The functionality is already there but can't be used by default or with an extension like FormIt.
Why is it needed?
More and more companies moving to DKIM and also using 2-factor authentication for email accounts, so even secure SMTP is not an option for those. SPF record is often not enough to be able to deliver email reliably.
Suggested solution(s)
MODx uses PHPMailer which is capable of sending emails using DKIM, even modMail and modPHPMailer implementation are capable of using them. It can be used from a snippet but it can't be used with in-built functionality or with an extra like FormIt. So a simple solution would be adding those DKIM options to the settings and also modifying modMailer::getDefaultAttributes() function so it would utilise those settings.
The text was updated successfully, but these errors were encountered: