Package | Description |
---|---|
de.xima.fc.api.system |
Package for API access to system configuration.
|
de.xima.fc.handler.interfaces.system | |
de.xima.fc.handler.system | |
de.xima.fc.mail | |
de.xima.fc.mail.impl | |
de.xima.fc.mail.interfaces | |
de.xima.fc.mail.type | |
de.xima.fc.mdl.mail |
Modifier and Type | Method and Description |
---|---|
boolean |
MailAPI.sendClientMail(Mandant client,
IBaseMailData mailData)
Sends an email as the given client
|
Modifier and Type | Method and Description |
---|---|
boolean |
IMailHandler.sendClientMail(Mandant client,
IBaseMailData mailData)
Sends an email as the given client
|
Modifier and Type | Method and Description |
---|---|
boolean |
MailHandler.sendClientMail(Mandant client,
IBaseMailData mailData)
Sends an email as the given client
|
Modifier and Type | Method and Description |
---|---|
static void |
MailSendUtil.send(Mandant m,
IBaseMailData mail) |
static void |
MailSendUtil.send(MandantMailData data,
IBaseMailData mail) |
static void |
MailSendUtil.send(String server,
Integer port,
javax.mail.Authenticator auth,
EMailEncryption encryption,
IBaseMailData mail) |
Modifier and Type | Method and Description |
---|---|
void |
MailContext.send(IBaseMailData mail)
Verschickt eine E-Mail unter Verwendung der übergebenen Parameter, wobei Empfängeradressen in Abhängigkeit vom
#MAILTO_IGNORE_PATTERN vom Versand ausgeschlossen werden können. |
Modifier and Type | Interface and Description |
---|---|
interface |
IMailData
Deprecated.
use
IBaseMailData instead |
Modifier and Type | Method and Description |
---|---|
void |
IMailContext.send(IBaseMailData mail) |
Modifier and Type | Class and Description |
---|---|
class |
MultipartMail
Deprecated.
use
MultipartMailData instead |
class |
SimpleTextMail
Deprecated.
use
TextMailData instead |
Modifier and Type | Class and Description |
---|---|
class |
MultipartMailData
Text email data with attached Files
|
class |
TextMailData
Model containing basic mail properties
|
Copyright © 2019 XIMA MEDIA GmbH. All rights reserved.