Values.EmailSettingsSourceThe configuration for the email sent when an app user forgets their password.
type nonrec t = {emailMessage : string option;The contents of the email message.
*)emailSubject : string option;The contents of the subject line of the email message.
*)}