Package de.xima.fc.mail.utils
Class SupportMailUtils
java.lang.Object
de.xima.fc.mail.utils.AMailUtil
de.xima.fc.mail.utils.SupportMailUtils
- Author:
- XIMA MEDIA GmbH
-
Method Summary
Modifier and TypeMethodDescriptionstatic final void
sendSupportInquiry
(UserContext uc, Mandant client, ISupportInquiryData supportInquiryData) Sends a support email
-
Method Details
-
sendSupportInquiry
public static final void sendSupportInquiry(UserContext uc, Mandant client, ISupportInquiryData supportInquiryData) throws Exception Sends a support email- Parameters:
uc
-UserContext
for which the action should be performedclient
-Mandant
from which the inquiry was sentsupportInquiryData
-SupportInquiryData
containing information of the inquiry- Throws:
Exception
- on errors while sending the support request
-