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