org.seasar.tuigwaa.net
インタフェース EmailService
- 既知の実装クラスの一覧:
- EmailServiceImpl
- public interface EmailService
- 作成者:
- someda
MAIL_HOST
public static final String MAIL_HOST
- 関連項目:
- 定数フィールド値
MAIL_PORT
public static final String MAIL_PORT
- 関連項目:
- 定数フィールド値
MAIL_CHARSET
public static final String MAIL_CHARSET
- 関連項目:
- 定数フィールド値
MAIL_FROM_ADDRESS
public static final String MAIL_FROM_ADDRESS
- 関連項目:
- 定数フィールド値
MAIL_FROM_PERSONEL
public static final String MAIL_FROM_PERSONEL
- 関連項目:
- 定数フィールド値
MAIL_CONTENTTYPE
public static final String MAIL_CONTENTTYPE
- 関連項目:
- 定数フィールド値
MAIL_REPLY_TO
public static final String MAIL_REPLY_TO
- 関連項目:
- 定数フィールド値
MAIL_SUBJECT
public static final String MAIL_SUBJECT
- 関連項目:
- 定数フィールド値
sendEmail
public void sendEmail(String mailAddress,
String mailContent,
Properties mailProperties,
Map headerMap)
throws TgwServiceException
- パラメータ:
mailProperties
- represents mail properties such as subject, from address, and so on.headerMap
- represents mail header map, like Content-Transfer-Encoding as key, and 7bit as value.
- 例外:
TgwServiceException
Copyright © 2005-2006 The Seasar Foundation and the others.. All Rights Reserved.