Class MicrosoftGraphServer

java.lang.Object
overit.geocall.mail.MailServer
overit.geocall.mail.MicrosoftGraphServer

public class MicrosoftGraphServer extends MailServer
  • Constructor Details

    • MicrosoftGraphServer

      public MicrosoftGraphServer()
  • Method Details

    • send

      public void send(Message m) throws EmailException
      Description copied from class: MailServer
      Send the email through the smtp server
      Specified by:
      send in class MailServer
      Parameters:
      m - The Message to send
      Throws:
      EmailException - If an error occurs
    • getCloseableHttpClient

      protected org.apache.http.impl.client.CloseableHttpClient getCloseableHttpClient(org.apache.http.client.config.RequestConfig requestConfig)