What does the ReplyToAddresses
parameter mean?
It indicates the email address that the reply message is sent to. For example, when someone receives your email and click “reply”, the reply email will be sent to the address specified by you in ReplyToAddresses
.
When I tried to send emails, I got the error “FailedOperation.ExceedSendLimit”, indicating that the daily email sending limit has been reached. What is the limit? Can I raise the limit?
How should I enter the Template.TemplateData
in the SendEmail
API?
{}
means that no variable is passed in. For details, see the TemplateData field in the API documentation.
Was this page helpful?