|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.dhmp.io.MapMail
First version of email interface. Only supports smtp protocol. Use calling constructor passing HierarchicalMap containing the following nodes: mail.smtp.host - String containing smtp server host mail.smtp.auth - Authenticator used to authenticate (optional) mail.user - String containing username for smtp connection (optional and will be ignored if mail.smtp.auth is defined) mail.password - String containing password for smtp connection mail.encoding - String containing character encoding. Default is "UTF-8"
Constructor Summary | |
MapMail(HierarchicalMap param)
|
Method Summary | |
void |
send(HierarchicalMap param)
send an email using Javamail. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public MapMail(HierarchicalMap param)
Method Detail |
public void send(HierarchicalMap param)
param
- HierarchicalMap containing parameters
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |