Holger's
Java API

com.antelmann.net.mail
Interface EmailCustomizer

All Known Implementing Classes:
SQLEmailCustomizer, TableCustomizer, TableModelCustomizer

public interface EmailCustomizer

This interface is used as a callback object to further individualize the body of an email while sending it to varius addresses.

Author:
Holger Antelmann
See Also:
EmailAccount

Method Summary
 void individualizeEmail(Email email, javax.mail.internet.InternetAddress address)
          this method is called by the EmailAccount.send() method to individualize the body of an email given the address.
 

Method Detail

individualizeEmail

void individualizeEmail(Email email,
                        javax.mail.internet.InternetAddress address)
                        throws javax.mail.MessagingException
this method is called by the EmailAccount.send() method to individualize the body of an email given the address.

Throws:
javax.mail.MessagingException
See Also:
EmailAccount.sendEmails(Email, InternetAddress[], EmailCustomizer, Monitor)


(c) 2001-2006 Holger Antelmann - all rights reserved (contact: info@antelmann.com)
see www.antelmann.com/developer for further details and available downloads