Pages
(Move to ...)
Home
Java
Android
Php
Cake PHP
jQuery
Grails
All Pages
▼
Showing posts with label
java mail
.
Show all posts
Showing posts with label
java mail
.
Show all posts
Saturday, December 17, 2016
Decoding UTF-8 email subject
›
In MIME terminology, those encoded chunks are called encoded-words. Check out javax.mail.internet.MimeUtility.decodeText in JavaMail. ...
Send email with attachment which contains byte[] via java mail
›
Java Send Email Using Smtp Server DataSource dataSource = new ByteArrayDataSource(bytes, "application/pdf"); MimeBodyPart p...
Friday, October 10, 2014
Using Java Send Email Using Smtp Server(Html, Attachment, Embedded Image)
›
First download java mail api jar from: https://java.net/projects/javamail/pages/Home or here . And add this to your project classpath. ...
›
Home
View web version