| java.lang.Object snow.mail.EasySendMail
EasySendMail | public class EasySendMail (Code) | | A very easy Quick SMTP send message mechanism.
( this class don't resolve dns information, it directly send messages to the given host,
do please use it only if you explicitely know the server )
|
debug | final static boolean debug(Code) | | |
EasySendMail | public EasySendMail(String hostid, int port) throws Exception(Code) | | Parameters: hostid - The host to connect to (mail.gmx.ch). Parameters: port - is normally 25 |
getTrafficLogLines | public List<String> getTrafficLogLines()(Code) | | all the traffic
|
sendmsg | public void sendmsg(String from_address, String to_address, String fileName, String content, String domainName) throws Exception, Exception(Code) | | Send the message content to the given server.
[Sept2005] may throw a GreyListException with the time to wait until next attempt.
|
testGMX | public static void testGMX()(Code) | | |
|
|