Values.SendCustomVerificationEmailRequestSourceRepresents a request to send a custom verification email to a specified recipient.
type nonrec t = {emailAddress : Address.t;The email address to verify.
*)templateName : TemplateName.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:Address.t ->
templateName:TemplateName.t ->
unit ->
t