Values.SendCustomVerificationEmailRequestSourceRepresents a request to send a custom verification email to a specified recipient.
type nonrec t = {emailAddress : EmailAddress.t;The email address to verify.
*)templateName : EmailTemplateName.t;The name of the custom verification email template to use when sending the verification email.
*)configurationSetName : ConfigurationSetName.t option;Name of a configuration set to use when sending the verification email.
*)}val make :
?configurationSetName:??? ->
emailAddress:EmailAddress.t ->
templateName:EmailTemplateName.t ->
unit ->
t