send Masked Email Message
abstract suspend fun sendMaskedEmailMessage(input: SendMaskedEmailMessageInput): SendEmailMessageResult
Send an email message using RFC 6854 (supersedes RFC 822)(https://tools.ietf.org/html/rfc6854) data and a masked email address.
Email messages sent to in-network recipients (i.e. email addresses that exist within the Sudo Platform) will be sent end-to-end encrypted.
Return
The identifier of the EmailMessage that is being sent.
Parameters
input
SendMaskedEmailMessageInput Parameters used to send an email message with a masked email address.