Values.RelayActionSourceThe action relays the email via SMTP to another specific SMTP server.
type nonrec t = {actionFailurePolicy : ActionFailurePolicy.t option;A policy that states what to do in the case of failure. The action will fail if there are configuration errors. For example, the specified relay has been deleted.
*)relay : IdOrArn.t;The identifier of the relay resource to be used when relaying an email.
*)mailFrom : MailFrom.t option;This action specifies whether to preserve or replace original mail from address while relaying received emails to a destination server.
*)}