Package overit.geocall.mail
Class MicrosoftGraphServer
java.lang.Object
overit.geocall.mail.MailServer
overit.geocall.mail.MicrosoftGraphServer
-
Field Summary
Fields inherited from class overit.geocall.mail.MailServer
authenticator -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected org.apache.http.impl.client.CloseableHttpClientgetCloseableHttpClient(org.apache.http.client.config.RequestConfig requestConfig) voidSend the email through the smtp serverMethods inherited from class overit.geocall.mail.MailServer
getAuthenticator, setAuthenticator
-
Constructor Details
-
MicrosoftGraphServer
public MicrosoftGraphServer()
-
-
Method Details
-
send
Description copied from class:MailServerSend the email through the smtp server- Specified by:
sendin classMailServer- Parameters:
m- TheMessageto send- Throws:
EmailException- If an error occurs
-
getCloseableHttpClient
protected org.apache.http.impl.client.CloseableHttpClient getCloseableHttpClient(org.apache.http.client.config.RequestConfig requestConfig)
-