Class ChatMailUtil
java.lang.Object
de.xima.fc.mail.utils.ChatMailUtil
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
ChatMailUtil
public ChatMailUtil()
-
-
Method Details
-
sendUserMessageInfoMail
public static boolean sendUserMessageInfoMail(Mandant client, Locale locale, String email, String userName, Vorgang formRecord) Sends a mail to the user with the information about the message. When the form record has information about a portal, a link to the portal is included in the mail.- Parameters:
client- the client to send the mail fromlocale- the locale to use for the mailemail- the email address to send the mail touserName- the name of the user to send the mail toformRecord- the form record to send the mail about- Returns:
- true if the mail was sent successfully, false otherwise
-