Class MicrosoftRestMailServer

  • All Implemented Interfaces:
    MailServer

    @Supported
    public class MicrosoftRestMailServer
    extends Object
    implements MailServer
    Sends emails over REST using the OAuth2 client credentials grant type for authentication.

    A POST request is sent with a payload containing a base64 encoded mime message, and an authorization header containing an access token.