Merge pull request #5549 from briankendall/smtp_ssl_bug_fixes

Fixes bug where sending email could silently fail
This commit is contained in:
sledgehammer999
2016-08-25 20:45:11 -05:00
committed by GitHub
3 changed files with 24 additions and 0 deletions

View File

@@ -149,6 +149,7 @@ OptionsDialog::OptionsDialog(QWidget *parent)
#if defined(QT_NO_OPENSSL)
m_ui->checkWebUiHttps->setVisible(false);
m_ui->checkSmtpSSL->setVisible(false);
#endif
#ifndef Q_OS_WIN