Top "Jakarta-mail" questions

A Java API to send and receive emails.

"Unable to Relay" error while sending mail from Struts application using exchange server

i am working on a web application using struts2 and Apache Tomcat 6 as the web-server. In the application i am …

tomcat struts2 exchange-server jakarta-mail emailrelay
Getting ParseException on Transport.send(message)

For some reason I'm getting a javax.mail.internet.ParseException when I call Transport.send() on a MimeMessage. This worked …

java email ejb-3.0 jakarta-mail parseexception
Exception to fix javax.mail.AuthenticationFailedException exception

I am learning how to send an email with javamail API, i have created the necessary properties and instructions to …

jakarta-mail transport
Connect to hotmail with javamail?

I wonder if it is possible to connect to Hotmail with JavaMail? I've tried this but it doesn't work, connection …

java email jakarta-ee jakarta-mail hotmail
Is it acceptable to leave the javamail session Transport open?

My application needs to send emails on an ad hoc basis. I'm using javamail's getDefaultSession and getTransport to send the …

java jakarta-mail
Receiving email using Imap through SSL connection using javax.mail

I want to receive emails using imap trough secure connection. I implemented it using using javax.mail api. But there …

java email jakarta-mail gmail-imap
Sending an email: no object DCH for MIME type multipart/mixed

I'm trying to send an email using Java code but running from GroovyConsole. It works fine for when I just …

groovy jakarta-mail mime groovy-console
Amazon Simple Email Service (SES) - Should I use SMTP Interface or SES API?

I'm new to Amazon SES and I see that there are two ways to programmatically send emails: SES API (http://…

email amazon-web-services smtp jakarta-mail amazon-ses
Gettings javax.mail.MessagingException: [EOF] on our live server, but everything works as expected on our dev server

Running this Java service on my laptop (Windows 10) or on our development server (CentOS) everything works as expected. But when …

java linux centos jakarta-mail
Javamail, error when sending attachments.

I am trying to send an email. When I send it without an attachment, it sends the email correctly. If …

java jakarta-mail datahandler