public interface IMailHandler extends IAPIHandler
Modifier and Type | Method and Description |
---|---|
boolean |
sendClientMail(Mandant client,
IBaseMailData mailData)
Sends an email as the given client
|
boolean |
sendFeedbackMail(UserContext uc,
Mandant client,
IFeedbackMailData feedbackMailData)
Send a feedback mail from the given client.
|
boolean |
sendLoginChanged(UserContext uc,
Benutzer benuter,
String passwort)
Send login changed.
|
boolean |
sendOptInMail(UserContext uc,
Vorgang vorgang)
Send a feedback mail from the given client.
|
boolean |
sendResetPasswordMail(UserContext uc,
Benutzer user,
String url)
Sends an email to the
Benutzer for resetting their password |
boolean |
sendSupportMail(UserContext uc,
Mandant client,
ISupportInquiryData supportInquiryData)
Send a support mail from the given client.
|
getName
boolean sendLoginChanged(UserContext uc, Benutzer benuter, String passwort)
benuter
- the benuterpasswort
- the passwortboolean sendResetPasswordMail(UserContext uc, Benutzer user, String url)
Benutzer
for resetting their passworduc
- UserContext
in which the operation should be performeduser
- Benutzer
which should receive the emailurl
- String
url for resetting the passwordBoolean
whether the operation was successful or notboolean sendClientMail(Mandant client, IBaseMailData mailData)
client
- Mandant
sending the emailmailData
- IBaseMailData
content of the mailBoolean
whether or not the email could be sent successfullyboolean sendSupportMail(UserContext uc, Mandant client, ISupportInquiryData supportInquiryData)
uc
- UserContext
the user context in which the action is to be performed.client
- Mandant
for which to send the mailsupportInquiryData
- SupportInquiryData
containing support inquiry informationboolean sendFeedbackMail(UserContext uc, Mandant client, IFeedbackMailData feedbackMailData)
uc
- UserContext
the user context in which the action is to be performed.client
- Mandant
for which to send the mailsupportInquiryData
- SupportInquiryData
containing feedback informationboolean sendOptInMail(UserContext uc, Vorgang vorgang)
uc
- UserContext
the user context in which the action is to be performed.vorgang
- Vorgang
for which to send the mailCopyright © 2019 XIMA MEDIA GmbH. All rights reserved.