|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.turbine.util.mail.Email
org.apache.turbine.util.mail.SimpleEmail
This class is used to send simple internet email messages without attachments.
Field Summary |
Fields inherited from class org.apache.turbine.util.mail.Email |
ATTACHMENTS, charset, CONTENT_TYPE, EMAIL_BODY, EMAIL_SUBJECT, FILE_SERVER, ISO_8859_1, KOI8_R, MAIL_HOST, MAIL_SERVER, MAIL_SMTP_FROM, MAIL_TRANSPORT_PROTOCOL, message, RECEIVER_EMAIL, RECEIVER_NAME, SENDER_EMAIL, SENDER_NAME, SMTP, TEXT_HTML, TEXT_PLAIN, US_ASCII |
Constructor Summary | |
SimpleEmail()
Deprecated. Default constructor. |
|
SimpleEmail(org.apache.torque.util.Criteria criteria)
Deprecated. Constructor used to initialize attributes. |
Method Summary | |
protected void |
initCriteria(org.apache.torque.util.Criteria criteria)
Deprecated. Uses the criteria to set the fields. |
Email |
setMsg(java.lang.String msg)
Deprecated. Set the content of the mail |
Methods inherited from class org.apache.turbine.util.mail.Email |
addBcc, addCc, addReplyTo, addTo, init, initialize, send, setCharset, setFrom, setSentDate, setSubject |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public SimpleEmail() throws javax.mail.MessagingException
MessagingException.
javax.mail.MessagingException
public SimpleEmail(org.apache.torque.util.Criteria criteria) throws javax.mail.MessagingException
criteria
- A Criteria.
MessagingException.
javax.mail.MessagingException
Method Detail |
protected void initCriteria(org.apache.torque.util.Criteria criteria) throws javax.mail.MessagingException
initCriteria
in class Email
criteria
- A Criteria.
MessagingException.
javax.mail.MessagingException
public Email setMsg(java.lang.String msg) throws javax.mail.MessagingException
setMsg
in class Email
msg
- A String.
MessagingException.
javax.mail.MessagingException
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |