simple-java-mail icon indicating copy to clipboard operation
simple-java-mail copied to clipboard

Performance: Add default DKIM configuration to MailerBuilder and performance improvement

Open bbottema opened this issue 6 years ago • 1 comments

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

bbottema avatar Feb 05 '19 19:02 bbottema

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 avatar Jun 01 '21 21:06 bbottema