protected Map<String, String> headers = new HashMap<>();
/**
- * Used to determine whether to use pop3 before smtp, and if so the settings.
+ * Used to determine whether to use pop3 before SMTP, and if so the settings.
*/
protected boolean popBeforeSmtp;
/**
* Gets the listening port of the SMTP server.
*
- * @return smtp port
+ * @return SMTP port
*/
public String getSmtpPort()
{
}
/**
- * Set details regarding "pop3 before smtp" authentication.
+ * Set details regarding "pop3 before SMTP" authentication.
*
* @param newPopBeforeSmtp Whether or not to log into pop3 server before sending mail.
* @param newPopHost The pop3 host to use.