Package de.xima.fc.mail.interfaces
Interface IMailContext
-
- All Known Implementing Classes:
MailContext
public interface IMailContext
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
send(IBaseMailData mail)
void
send(IBaseMailData mail, Mandant client)
void
setAddressFilter(de.xima.cmn.filter.IGenericFilter<javax.mail.Address> addressFilter)
-
-
-
Method Detail
-
send
void send(IBaseMailData mail) throws Exception
- Throws:
Exception
-
send
void send(IBaseMailData mail, Mandant client) throws Exception
- Throws:
Exception
-
setAddressFilter
void setAddressFilter(de.xima.cmn.filter.IGenericFilter<javax.mail.Address> addressFilter)
-
-