Fixed typo in comment.
This commit is contained in:
parent
64fdd8e889
commit
abe3eef889
@ -173,7 +173,7 @@ void SMTPTransport::connect()
|
||||
const bool tlsRequired = HAS_PROPERTY(PROPERTY_CONNECTION_TLS_REQUIRED)
|
||||
&& GET_PROPERTY(bool, PROPERTY_CONNECTION_TLS_REQUIRED);
|
||||
|
||||
if (!m_isSMTPS && tls) // only if not POP3S
|
||||
if (!m_isSMTPS && tls) // only if not SMTPS
|
||||
{
|
||||
try
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user