Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Respect custom Message-IDs in JavaMail backend
Currently the JavaMail backend is hardcoded to ignore a custom MessageId such as the one below: ```scala MailBuilder.build( From("[email protected]"), To("[email protected]"), MessageID(s"<[email protected]>"), Subject("Hello!"), TextBody("Hello!"), ) ```
- Loading branch information