Package ca.uhn.fhir.rest.server.mail
Class MailConfig
java.lang.Object
ca.uhn.fhir.rest.server.mail.MailConfig
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
int
hashCode()
boolean
setSmtpHostname
(String theSmtpHostname) setSmtpPassword
(String theSmtpPassword) setSmtpPort
(Integer theSmtpPort) setSmtpUsername
(String theSmtpUsername) setSmtpUseStartTLS
(boolean theSmtpUseStartTLS) toString()
-
Constructor Details
-
MailConfig
public MailConfig()
-
-
Method Details