Skip to content

/AWS1/CL_SESGETCUSTVERIFICAT01

The content of the custom verification email template.

CONSTRUCTOR

IMPORTING

Optional arguments:

IV_TEMPLATENAME TYPE /AWS1/SESTEMPLATENAME /AWS1/SESTEMPLATENAME

The name of the custom verification email template.

IV_FROMEMAILADDRESS TYPE /AWS1/SESFROMADDRESS /AWS1/SESFROMADDRESS

The email address that the custom verification email is sent from.

IV_TEMPLATESUBJECT TYPE /AWS1/SESSUBJECT /AWS1/SESSUBJECT

The subject line of the custom verification email.

IV_TEMPLATECONTENT TYPE /AWS1/SESTEMPLATECONTENT /AWS1/SESTEMPLATECONTENT

The content of the custom verification email.

IV_SUCCESSREDIRECTIONURL TYPE /AWS1/SESSUCCESSREDIRECTIONURL /AWS1/SESSUCCESSREDIRECTIONURL

The URL that the recipient of the verification email is sent to if his or her address is successfully verified.

IV_FAILUREREDIRECTIONURL TYPE /AWS1/SESFAILUREREDIRECTIONURL /AWS1/SESFAILUREREDIRECTIONURL

The URL that the recipient of the verification email is sent to if his or her address is not successfully verified.


Queryable Attributes

TemplateName

The name of the custom verification email template.

Accessible with the following methods

Method Description
GET_TEMPLATENAME() Getter for TEMPLATENAME, with configurable default
ASK_TEMPLATENAME() Getter for TEMPLATENAME w/ exceptions if field has no value
HAS_TEMPLATENAME() Determine if TEMPLATENAME has a value

FromEmailAddress

The email address that the custom verification email is sent from.

Accessible with the following methods

Method Description
GET_FROMEMAILADDRESS() Getter for FROMEMAILADDRESS, with configurable default
ASK_FROMEMAILADDRESS() Getter for FROMEMAILADDRESS w/ exceptions if field has no va
HAS_FROMEMAILADDRESS() Determine if FROMEMAILADDRESS has a value

TemplateSubject

The subject line of the custom verification email.

Accessible with the following methods

Method Description
GET_TEMPLATESUBJECT() Getter for TEMPLATESUBJECT, with configurable default
ASK_TEMPLATESUBJECT() Getter for TEMPLATESUBJECT w/ exceptions if field has no val
HAS_TEMPLATESUBJECT() Determine if TEMPLATESUBJECT has a value

TemplateContent

The content of the custom verification email.

Accessible with the following methods

Method Description
GET_TEMPLATECONTENT() Getter for TEMPLATECONTENT, with configurable default
ASK_TEMPLATECONTENT() Getter for TEMPLATECONTENT w/ exceptions if field has no val
HAS_TEMPLATECONTENT() Determine if TEMPLATECONTENT has a value

SuccessRedirectionURL

The URL that the recipient of the verification email is sent to if his or her address is successfully verified.

Accessible with the following methods

Method Description
GET_SUCCESSREDIRECTIONURL() Getter for SUCCESSREDIRECTIONURL, with configurable default
ASK_SUCCESSREDIRECTIONURL() Getter for SUCCESSREDIRECTIONURL w/ exceptions if field has
HAS_SUCCESSREDIRECTIONURL() Determine if SUCCESSREDIRECTIONURL has a value

FailureRedirectionURL

The URL that the recipient of the verification email is sent to if his or her address is not successfully verified.

Accessible with the following methods

Method Description
GET_FAILUREREDIRECTIONURL() Getter for FAILUREREDIRECTIONURL, with configurable default
ASK_FAILUREREDIRECTIONURL() Getter for FAILUREREDIRECTIONURL w/ exceptions if field has
HAS_FAILUREREDIRECTIONURL() Determine if FAILUREREDIRECTIONURL has a value