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

Simple API, Complex Emails (Jakarta Mail smtp wrapper)

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

### Issue We store attachments encoded in base64 in the database; the current library API does not allow sending pre-encoded attachments. Instead, we have to decode them and then provide...

I'm getting a NullPointer exception when trying to parse the attached mail (had to use a zip because apparently GitHub doesn't allow msg files anymore). [MSG-Datei_T24-03167.zip](https://github.com/user-attachments/files/18558242/MSG-Datei_T24-03167.zip) ```java String msgFileName =...

I have a use case where I need to parse emails with incorrect signatures (the original message from Exchange passing through a number of relays, once of which formatted the...

I'd like to reuse a SMTP connection (and therefore jakarta.mail.Transport) for sending more that one email. I'd like to have some API that can be used like this: ``` try(MailerTransport...

I have a Multiple IP address machine, but the remote SMTP server need to receive mail from specific IP. Would you please add a feature for `org.simplejavamail.api.mailer.Mailer` to Bind a...

I am trying to configure different corePoolSize for 2 Mailer instances, but so far without success. As i understand from documentation, all i need is to define different clusterKey for...

need-user-input