simple-java-mail
simple-java-mail copied to clipboard
Simple API, Complex Emails (Jakarta Mail smtp wrapper)
Hello, there. I got the exception when testing connection with my QQ mail account. I searched google and stackoverflow but found nothing related to this. 1. I got the SMTP...
Currently, default encryption is CMSAlgorithm.AES256_CBC and should have ability to change where building Email
```java fun main() { try { val email: Email = EmailBuilder.startingBlank() .from("....") .to("....") .withSubject("Hello") .withPlainText("AA") .buildEmail() val mailer: Mailer = MailerBuilder .withSMTPServer("smtp.gmail.com", 587, "....", "...") .withDebugLogging(true) .withTransportStrategy(TransportStrategy.SMTP_TLS) .withSessionTimeout(15000) .buildMailer() //mailer.testConnection()...
23:59:46 [main] WARN BatchSupport - Starting SMTP connection pool cluster: JVM won't shutdown until the pool is manually closed with mailer.shutdownConnectionPool() (for each mailer in the cluster) How I can...
Repeated in 8.8.3. outlookMsgToEmail() duplicates To and Cc addresses, seemingly depending on the "name" used for the recipient addresses matching. Pass: To Andrew McQuillen Cc [email protected] [Recipient{name='Andrew McQuillen', address='[email protected]', type=To},...
Bumps [org.jacoco:jacoco-maven-plugin](https://github.com/jacoco/jacoco) from 0.8.5 to 0.8.12. Release notes Sourced from org.jacoco:jacoco-maven-plugin's releases. 0.8.12 New Features JaCoCo now officially supports Java 22 (GitHub #1596). Experimental support for Java 23 class files...
Bumps [jakarta.annotation:jakarta.annotation-api](https://github.com/jakartaee/common-annotations-api) from 1.3.5 to 3.0.0. Commits d456606 Prepare release jakarta.annotation:ca-parent:3.0.0 292e95a make sure built javadoc contains year 2024, 1c0df1c make build reproducible 606b49d update parent to 1.0.9 7d635c7 use...
Bumps [org.apache.maven.plugins:maven-surefire-plugin](https://github.com/apache/maven-surefire) from 2.19.1 to 3.2.5. Release notes Sourced from org.apache.maven.plugins:maven-surefire-plugin's releases. 3.2.5 JIRA link Release Notes - Maven Surefire - Version 3.2.5 What's Changed Bump org.htmlunit:htmlunit from 3.8.0 to...
Bumps [info.picocli:picocli](https://github.com/remkop/picocli) from 3.9.0 to 3.9.6. Release notes Sourced from info.picocli:picocli's releases. Picocli 3.9.6 Picocli 3.9.6 The picocli community is pleased to announce picocli 3.9.6. This release improves support for...
Bumps [org.simplejavamail:utils-mail-smime](https://github.com/simple-java-mail/java-utils-mail-smime) from 2.3.3 to 2.3.11. Commits c9acb35 released 2.3.11 [skip ci] 1fcdaf6 Switched to released pipeline dd2e92a released 2.3.10 [skip ci] d86c165 testing release pipeline changes e1a5760 testing release...