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

Bumps [net.lingala.zip4j:zip4j](https://github.com/srikanth-lingala/zip4j) from 2.11.3 to 2.11.5. Release notes Sourced from net.lingala.zip4j:zip4j's releases. v2.11.5 Improvements: #476 & #493 Allow overriding empty files even if it is not a zip file v2.11.4...

dependencies

Bumps [com.esotericsoftware:kryo](https://github.com/EsotericSoftware/kryo) from 5.6.0 to 5.6.2. Release notes Sourced from com.esotericsoftware:kryo's releases. kryo-5.6.2 This is a maintenance release that recompiles 5.6.1 to restore compatibility with Java 8. #1134 Recompile to...

dependencies

Bumps [com.github.davidmoten:subethasmtp](https://github.com/davidmoten/subethasmtp) from 7.1.1 to 7.1.7. Release notes Sourced from com.github.davidmoten:subethasmtp's releases. 7.1.7 Bug fix Ensure invalid utf8 encoding exception manifests as SMTP 501 syntax error by @​valentinHenry in davidmoten/subethasmtp#151...

dependencies
java

Bumps [org.apache.maven.plugins:maven-surefire-plugin](https://github.com/apache/maven-surefire) from 3.2.5 to 3.5.3. Release notes Sourced from org.apache.maven.plugins:maven-surefire-plugin's releases. 3.5.3 🐛 Bug Fixes [SUREFIRE-1737] - Fix disable in statelessTestsetReporter (#816) @​slawekjaranowski [SUREFIRE-1643] - surefire junit5 parallel tests...

dependencies
java

Hello! The default behaviour of Jakarta Mail is to push smtp debug logs to std out. It's not a viable solution for my use case; I need to redirect these...

``` ❯ java -version openjdk version "25-beta" 2025-09-16 OpenJDK Runtime Environment Temurin-25+11-202502220010 (build 25-beta+11-ea) OpenJDK 64-Bit Server VM Temurin-25+11-202502220010 (build 25-beta+11-ea, mixed mode, sharing) ❯ sjm --help SLF4J(W): No SLF4J...

Hello, I am using https://github.com/nickrussler/email-to-pdf-converter to convert MSG and EML into PDF. This uses method outlookMsgToEML from org.simplejavamail.converter.EmailConverter I have several MSG files which are created as RTF in MS...

### Purpose: - This feature enables setting custom Content-IDs for attachments instead of relying on auto-generated ones. This is helpful for maintaining consistent Content-ID references across email rebuilds. ### Changes:...

**Issue:** When I set a **custom Content-ID** for attachments, it gets **overwritten** after building the email using `EmailBuilder.buildEmail()` and send it . --- ### **Steps to Reproduce** 1. Create an...

### Issue We need to be able to enable DSN([rfc3461](https://datatracker.ietf.org/doc/html/rfc3461)) for outgoing emails. ### Request It is necessary to implement the ability to specify [notification options](https://github.com/eclipse-ee4j/angus-mail/blob/c0d9b5d7a1acb173d7f28221822372d85bab777c/providers/smtp/src/main/java/org/eclipse/angus/mail/smtp/SMTPMessage.java#L155) and [return options](https://github.com/eclipse-ee4j/angus-mail/blob/c0d9b5d7a1acb173d7f28221822372d85bab777c/providers/smtp/src/main/java/org/eclipse/angus/mail/smtp/SMTPMessage.java#L205) for...