You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For the content types, please use static strings or enumerations so that it will look like:
Content content = new Content(Content.TYPE_HTML, "I'm replacing the body tag");
The same thing here:
request.endpoint = "mail/send";