Top "Jakarta-mail" questions

A Java API to send and receive emails.

UTF-8 charset doesn't work with javax.mail

I have used Java Mail API, for sending emails. I am using a contact formular to send the input, which …

java utf-8 character-encoding jakarta-mail
Error in JavaMail : PKIX path building failed unable to find valid certification path to requested target

I am trying to build an email client app in android and right now i want to configure the javaMail …

java email ssl jakarta-mail pkix
javax.mail.AuthenticationFailedException: 535-5.7.8 Username and Password not accepted

I am getting this error when I try to send mail using the JavaMail API: javax.mail.AuthenticationFailedException: 535-5.7.8 Username …

java jakarta-mail
Sending Email via Spring boot "spring-boot-starter-mail"

I am trying to send emails using spring boot, but am getting: java.lang.UnsupportedOperationException: Method not yet implemented at …

java spring spring-boot jakarta-mail
Retrieving all unread emails using javamail with POP3 protocol

I am trying to access my gmail account and retrieve the information of all unread emails from that. I have …

java jakarta-mail pop3
Email multiple recipients without revealing other recipients

I'm using javamail to send emails to a list of recipients, but don't want them to be able to see …

java email jakarta-mail
Which artifact for org.springframework.mail?

I'd like to use spring support for sending mails. My project is built with maven-2 and I use spring-core 2.5.5 I …

java spring maven-2 jakarta-mail
Send mail in javax.mail without authentication

I am using javax.mail to send mails in Java. Now that a part of the concept of my project …

java email authentication jakarta-mail
JavaMail Exchange Authentication

I'm trying to use Exchange authentication from my app using JavaMail to do this. Could some one give me a …

java authentication web-applications exchange-server jakarta-mail