simple-java-mail
simple-java-mail copied to clipboard
Simple API, Complex Emails (Jakarta Mail smtp wrapper)
It is not able to retrieve the from email address.
Hi, after we've updated from 6.6.1 to 7.4.0 we ran into an issue with the dependencies included. The core-module has jakarta.activation:2.0.1 and jakarta.mail:2.0.1 as direct dependencies. The smime-module has jakarta.activation-api:2.1.0...
When using mailer.sendMail(email, /* async = */ true); or Mailer mailer = mailerBuilder.(..).async().buildMailer(); to send async emails it seems to send no emails when tested and there seems to be...
Using Version 6.4.3 Couple of issues, 1. When sending an email with non-ascii characters, like this, ``` String attachementName = "⏳.txt"; System.out.println(attachementName); Email email = EmailBuilder.startingBlank() .to("[email protected]") .from("[email protected]") .withReplyTo("[email protected]") .withSubject("hey")...
Email attachments with long names that contain unicode characters seem to be incorrectly encoded. We are using simple-java-mail version 5.5.1. I have not tried to reproduce on latest. I've included...
Version: 7.1.1 Hi everyone, I have got an error when trying to read the HTML Body of specific Outlook E-mails (.msg file) I would upload the file but it's not...
Currently, we have to set the the FROM (i.e. the sender address) at the request level. This is problematic in clustered mode when multiple instances will retry the same request...
> Providing access to Session instance for emergency fall-back scenario. Please let us know why you need it. How can I set the debugOut other way ? Thank you !...
It will be very useful if there was support for primary/secondary (failover) strategy, so that a primary endpoint (say first one added) was used all the time, and only during...
hello, more a question for a new feature than an issue. Is it planned to implement encrypted mail for multiple recipients ? Thanks !