albert's blog
Showing posts with label
Java Mail
.
Show all posts
Showing posts with label
Java Mail
.
Show all posts
2016/10/04
[Java Mail] com.sun.mail.smtp.SMTPSendFailedException: 452 message processing failed: connection timeout
›
Problem I am using JavaMail to send email. But I got this error message as bellows: 1 2 3 4 5 6 7 8 9 10 DEBUG SMTP: Messagi...
2016/08/05
[Java Mail] Encoding problem
›
Problem I am using Java Mail API to sent test mail. Assume I write email content with Traditional Chinese, all characters are broken. H...
2016/08/04
[JavaMail] Attachment name does not show correctly in Email
›
Problem I am using JavaMail API to send email. But the attachment name does not show correctly. The name should be 退匯明細表.pdf, but I got A...
2016/08/03
[Java Mail] How to check Exchange Server status?
›
Problem If I would like to write a Java code to check the status of SMTP server, how to do it? How-to The sample code is as bellows: 1...
2016/07/08
[JavaMail] How to send email via Microsoft Exchange Server?
›
Problem I am using JavaMail to write program to send email via Microsoft Exchange Server. How to do it? How-to The sample code looks lik...
2016/07/07
[JavaMail] javax.mail.MessagingException: Could not convert socket to TLS
›
Problem I am using JavaMail set send email via Microsoft Exchange Server. When I run this program, it show this error message: 1 2 ...
2016/04/10
[Java Mail] Embed Images into Email
›
Requirement If we would like embed a image file into Email as bellows: How to do it? How-To I n the velocity template file, we define ...
›
Home
View web version