public final class MailContext extends Object implements IMailContext
Modifier and Type | Method and Description |
---|---|
de.xima.cmn.filter.IGenericFilter<javax.mail.Address> |
getAddressFilter() |
javax.mail.Authenticator |
getAuthenticator() |
Properties |
getProperties() |
void |
send(IBaseMailData mail) |
void |
send(IBaseMailData mail,
Mandant client)
Verschickt eine E-Mail unter Verwendung der übergebenen Parameter
|
void |
setAddressFilter(de.xima.cmn.filter.IGenericFilter<javax.mail.Address> addressFilter) |
void |
setAuthenticator(javax.mail.Authenticator auth) |
void |
setProperties(Properties properties) |
public Properties getProperties()
public void setProperties(Properties properties)
public javax.mail.Authenticator getAuthenticator()
public void setAuthenticator(javax.mail.Authenticator auth)
public void setAddressFilter(de.xima.cmn.filter.IGenericFilter<javax.mail.Address> addressFilter)
setAddressFilter
in interface IMailContext
public de.xima.cmn.filter.IGenericFilter<javax.mail.Address> getAddressFilter()
public void send(IBaseMailData mail) throws Exception
send
in interface IMailContext
Exception
public void send(IBaseMailData mail, Mandant client) throws Exception
send
in interface IMailContext
mail
- Mail-Parameter.Exception
Copyright © 2021 XIMA MEDIA GmbH. All rights reserved.