bbottema / simple-java-mail

Simple API, Complex Emails (Jakarta Mail smtp wrapper)

Home Page:http://www.simplejavamail.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Regression bug #461: Simple Java Mail always requires DKIM/SMIME modules

bbottema opened this issue · comments

Due to me not being careful enough, for #461 I coded a hard dependency on the DKIM and S/MIME modules, which is not needed. Granted, it's actually not easy to test with optional maven dependencies, but there we go. Let's fix this ASAP.

Fix released in v8.1.2