Values.CustomVerificationEmailTemplateSourceContains information about a custom verification email template.
type nonrec t = {templateName : TemplateName.t option;The name of the custom verification email template.
*)fromEmailAddress : FromAddress.t option;The email address that the custom verification email is sent from.
*)templateSubject : Subject.t option;The subject line of the custom verification email.
*)successRedirectionURL : SuccessRedirectionURL.t option;The URL that the recipient of the verification email is sent to if his or her address is successfully verified.
*)failureRedirectionURL : FailureRedirectionURL.t option;The URL that the recipient of the verification email is sent to if his or her address is not successfully verified.
*)}