Top "Mime-message" questions

For questions regarding a Message that is specified in the Internet standard Multipurpose Internet Mail Extensions (MIME).

Setting the from name in a javax.mail.MimeMessage?

Currently, our application uses a javax.mail to send email, using javax.mail.MailMessage. We set the From headers of …

java email jakarta-mail mime-message
How to check mail address is exists or not?

I am sending email through Java using com.sun.mail.smtp.SMTPTransport. I am successful to send the email, but …

java email smtp mime-message
Setting Content-Type for MimeMessage?

I have one confusion about content type of mime message. Say I have a mime message. It is a multipart …

java jakarta-mail mime-types mime-message
Newline character is not interpreted correctly in MimeMessage?

StringBuffer emailMessage = new StringBuffer("Dear Scott"); emailMessage.append("\r\n"); emailMessage.append("Sending mail over internet"); So here is my …

java mime-types mime mime-message
Get MimeMessage Content as String

I have been searching and trying this so long i need your help. I have a server that gets HTML …

java email smtp multipart mime-message
Parsing email body with c#

I have a database table of email called email_archive. The table includes a field called body and another called …

c# parsing mime mime-message
How to stop embedded images in email being displayed as attachments by GMail?

I am sending HTML emails with embedded images (as attachments) and the images display as expected in GMail. However they …

java spring gmail html-email mime-message
Read text file of Email convert to Javamail MimeMessage

I have a text file of the original source of an email(just straight copied from gmail if you click …

java jakarta-mail mime-message
How do I send HTML Formatted emails, through the gmail-api for python

Using the sample code from the GMail API Example: Send Mail, and after following rules for authentication, it's simple enough …

python html gmail gmail-api mime-message
Failed messages: javax.mail.MessagingException: can't determine local email address

Hello i keep getting this error after following a tutorial when trying to send SMTP emails using spring boot. Failed …

java email spring-boot mime-message