-
## Bug report
Cuando se intenta vaciar la cola de correo desde ADempiere Backend se genera un error
```
2024-10-17T21:32:14.718027909Z -----------> EMail.send: (ME): Could not convert socket to T…
-
I have an application that is currently Java8/OSGi, and I migrated to Java 21/Spring Boot. Basically everything works now, but I still have an issue with mail.
This is my old dependency:
```
…
-
I have passed correct credentials but it is failing authentication
-
when I first enter a wrong password,it will tips me javax.mail.AuthenticationFailedException,but,then I enter the right one,it still tips the same error. it seems we should kill the process,it will wo…
-
Writing tests to verify `javax.mail` (and the newer `jakarta.mail`) types is hard. The API doesn't support many of the usual design patterns common to Java (e.g. Iterables), there's checked exceptions…
-
Create a high-level library to simplify the following code sample: https://docs.aws.amazon.com/ses/latest/DeveloperGuide/send-using-smtp-java.html
-
### Description
Javax.mail and com.sun.mail.smtp log to stdout, but only if there is a `mail.debug` property set to true when the javax.mail.Session is created. As far as I can tell, watcher does not…
-
The docs both mention
```
configurations.all {
resolutionStrategy.capabilitiesResolution {
withCapability("javax.mail:mail") { // Capability for which to make the decision
se…
-
```
```com.sun.mail.smtp.SMTPSendFailedException: 530-5.7.0 Must issue a STARTTLS command first. For more information, go to
530-5.7.0 https://support.google.com/a/answer/3221692 and review RFC 320…
cliya updated
2 weeks ago
-
When I configure the email configuration to use and require STARTTLS (of course, "Enable SSL/TLS encryption upon connection" is disabled), Nexus indeed tries to use STARTTLS, but failing as expected, …