In my last post I have shown how to send a simple SMTP email message. This is good only for simple text messages, no HTML or attachments. In this post I’ll show…
Category: Java Technologies
Send a simple SMTP email message with java
The next code will show you the simplest way to send an email in java. The only thing you need is an email address and the smtp host address of your email…