Class ChatMailUtil


  • public class ChatMailUtil
    extends Object
    • Constructor Detail

      • ChatMailUtil

        public ChatMailUtil()
    • 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 from
        locale - the locale to use for the mail
        email - the email address to send the mail to
        userName - the name of the user to send the mail to
        formRecord - the form record to send the mail about
        Returns:
        true if the mail was sent successfully, false otherwise