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 |
sendInviteMail(UserContext uc,
Vorgang vorgang,
String mailTo,
DefaultReplacerParameters params) |
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.
|
getNameboolean 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 mailfeedbackMailData - IFeedbackMailData 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 mailboolean sendInviteMail(UserContext uc, Vorgang vorgang, String mailTo, DefaultReplacerParameters params)
Copyright © 2020 XIMA MEDIA GmbH. All rights reserved.