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

Simple API, Complex Emails (Jakarta Mail smtp wrapper)

Results 48 simple-java-mail issues
Sort by recently updated
recently updated
newest added

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...

Priority-Medium
need-user-input
dependencies

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...

need-user-input

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")...

help wanted
Priority-Low
need-user-input

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...

help wanted
need-user-input
needs-research

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...

need-user-input

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...

enhancement
Priority-Low

> 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 !...

question

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...

enhancement
Priority-Low
needs-research

hello, more a question for a new feature than an issue. Is it planned to implement encrypted mail for multiple recipients ? Thanks !

enhancement
Priority-Low