mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-06-28 17:43:54 -07:00
Add configuration to enable/disable internal smtp client (#2337)
Fix #1881 This change allows the server operator to enable or disable the internal SMTP client that sends activation emails. With this new configuration option server operators can choose to require email activation yet use an external method of account verification and/or account token notification.
This commit is contained in:
parent
dbf7d7f748
commit
3e39432ccc
4 changed files with 20 additions and 2 deletions
|
|
@ -162,6 +162,7 @@ private:
|
|||
int getServerWebSocketPort() const;
|
||||
int getISLNetworkPort() const;
|
||||
bool getISLNetworkEnabled() const;
|
||||
bool getEnableInternalSMTPClient() const;
|
||||
|
||||
public slots:
|
||||
void scheduleShutdown(const QString &reason, int minutes);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue