| java.lang.Object dinamica.SimpleMail
SimpleMail | public class SimpleMail (Code) | | Utility class to send mail using SMTP (JavaMail).
Provides very simple methods for sending text based emails.
Creation date: jan/14/2004
Last Update: Oct/10/2004
(c) 2004 Martin Cordova
This code is released under the LGPL license
author: Martin Cordova |
Inner Class :class BackgroundSender implements Runnable | |
send | public void send(String host, String from, String fromName, String to, String subject, String body)(Code) | | Send a simple text message using a background thread
Parameters: host - Mail server address Parameters: from - valid email address Parameters: fromName - Descriptive from name Parameters: to - valid email address Parameters: subject - Email subject Parameters: body - Message body (text only) |
|
|