java.lang.Object
com.newmediaworks.taglib.email.Functions

public final class Functions extends Object
Tag library function implementations.
Author:
New Media Works
  • Method Details

    • getErrorReason

      public static String getErrorReason()
      Gets the error reason for an email attempt.
      See Also:
    • isError

      public static boolean isError()
      Determines if the last email resulted in an error.
      See Also:
    • isSuccess

      public static boolean isSuccess()
      Determines if the last email was successful.
      See Also: