Class MailSenderUtils


  • public class MailSenderUtils
    extends Object
    MailSenderUtils provides methods to help replace template place holders with actual values.

    Example: If we have have the following string: String tmplBody = "Dear [firstName] [lastName]: \n\n";

    ParseBody will replace [firstName] with a person firstName.

    • Constructor Detail

      • MailSenderUtils

        public MailSenderUtils()
    • Method Detail

      • isEmailArrayValid

        public static boolean isEmailArrayValid​(String emails)
      • isEmailValid

        public static boolean isEmailValid​(String email)