com.ozacc.springframework.mail.javamail
インタフェース VelocityJavaMailSender
- すべてのスーパーインタフェース:
- IntlJavaMailSender, JavaMailSender, MailSender
- 既知の実装クラスの一覧:
- VelocityJavaMailSenderImpl
- public interface VelocityJavaMailSender
- extends IntlJavaMailSender
VelocityMailMessageの送信メソッドを定義したインターフェース。
- バージョン:
- $Id: VelocityJavaMailSender.java,v 1.1 2004/08/02 20:39:06 otsuka Exp $
- 作成者:
- Tomohiro Otsuka
send
public void send(VelocityMailMessage velocityMailMessage)
throws MailException
- Send the given VelocityMailMessage.
- パラメータ:
velocityMailMessage
- 送信するVelocityMailMessage
- 例外:
MailException
send
public void send(VelocityMailMessage[] velocityMailMessages)
throws MailException
- Send the given VelocityMailMessages.
- パラメータ:
velocityMailMessages
- 送信するVelocityMailMessageの配列
- 例外:
MailException
Copyright © 2004 OZACC. All Rights Reserved.