Package de.xima.fc.mail.utils
Class ChatMailUtil
- java.lang.Object
-
- de.xima.fc.mail.utils.ChatMailUtil
-
public class ChatMailUtil extends Object
-
-
Constructor Summary
Constructors Constructor Description ChatMailUtil()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description 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.
-
-
-
Method Detail
-
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
-
-