jp.hrtdotnet.fw.util.mail
クラス HSimpleSendMail

java.lang.Object
  拡張jp.hrtdotnet.fw.util.mail.HSendMail
      拡張jp.hrtdotnet.fw.util.mail.HSimpleSendMail

public class HSimpleSendMail
extends HSendMail

テキストメールを送信します。

導入されたバージョン:
2.1
作成者:
hrtdotnet.jp
http://www.hrtdotnet.jp/

コンストラクタの概要
HSimpleSendMail()
          コンストラクタ
HSimpleSendMail(HSendMailServerModel serverModel)
          コンストラクタ
 
メソッドの概要
 void send()
          メールを送信します。
 
クラス jp.hrtdotnet.fw.util.mail.HSendMail から継承したメソッド
checkMailAddress, getAddress, getAddress, getAddress, getAuthenticator, getBcc, getCc, getCharset, getFrom, getHostName, getMsg, getMsgFormat, getMsgFormatParams, getPassword, getPopHostName, getPopPassword, getPopUserName, getReplyTo, getSentDate, getServerModel, getSmtpPort, getSslSmtpPort, getSubject, getTo, getUserName, isAuth, isDebug, isPopBeforeSmtp, isSslSmtp, isTls, setAuth, setAuthenticator, setBcc, setBcc, setBcc, setBcc, setBcc, setBcc, setCc, setCc, setCc, setCc, setCc, setCc, setCharset, setDebug, setFrom, setFrom, setHostName, setMsg, setMsg, setMsg, setMsg, setMsgFormat, setMsgFormat, setMsgFormat, setMsgFormatParams, setPassword, setPopBeforeSmtp, setPopHostName, setPopPassword, setPopUserName, setReplyTo, setReplyTo, setReplyTo, setReplyTo, setReplyTo, setReplyTo, setSendInfo, setSentDate, setServerInfo, setServerModel, setSmtpPort, setSslSmtp, setSslSmtpPort, setSubject, setTls, setTo, setTo, setTo, setTo, setTo, setTo, setUserName
 
クラス java.lang.Object から継承したメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

コンストラクタの詳細

HSimpleSendMail

public HSimpleSendMail()
コンストラクタ


HSimpleSendMail

public HSimpleSendMail(HSendMailServerModel serverModel)
コンストラクタ

パラメータ:
serverModel - メールサーバの情報
メソッドの詳細

send

public void send()
          throws HMailException
メールを送信します。

定義:
クラス HSendMail 内の send
例外:
HMailException - メール送信に失敗した場合


Copyright © 2011. All Rights Reserved.