BackendAPIActionSMTP SendOn this pageSMTP SendSends a mail to the provided address. Note you should only use this action internally to prevent misuse.Request{ "subject": "My email", "to": "foo@bar.com", "body": "My html content"}Response{ "success": true, "message": "Mail successful send"}