Sending Email from Java
January 28, 2010
Here's an example of code to send email from Java.
import javax.mail.*; import javax.mail.internet.*; import java.util.*; /** * A simple email sender class. */ public class Test { /** * Main method …
Adventures in software

January 28, 2010
Here's an example of code to send email from Java.
import javax.mail.*; import javax.mail.internet.*; import java.util.*; /** * A simple email sender class. */ public class Test { /** * Main method …

I'm Tim Sawyer. I'm a software architect. I usually end up writing software in my spare time too, though I can also be found playing percussion and taking photos.
This blog is my notebook, where I can record how something was done. If someone else finds this content enlightening then so much the better.
Everything on here is my own view and reflects no one I have, do or will work for.
(c) 2009-2026 . Based on a design by nodethirtythree + Free CSS Templates