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
There's something to be said for avoiding a performance hit by moving the DKIM construction to the MailerBuilder so this is done only once rather than for each separate email.
I've refactored the library a little bit so that there now is a special config group on the Mailer level. Email validation criteria moved there and I've added default S/MIME signing in there as well. Next step would be to finally add default DKIM signing in there as well. Will work on this soon.
bbottema
changed the title
Consider moving the DKIM configuration from EmailBuilder to MailerBuilder
Add default DKIM configuration to MailerBuilder and performance improvement
Jun 1, 2021
bbottema
changed the title
Add default DKIM configuration to MailerBuilder and performance improvement
Performance: Add default DKIM configuration to MailerBuilder and performance improvement
Feb 23, 2023
There's something to be said for avoiding a performance hit by moving the DKIM construction to the MailerBuilder so this is done only once rather than for each separate email.
Original suggestion by @koen-serry
The text was updated successfully, but these errors were encountered: