Merge branch 'develop' of https://github.com/pvpgn/pvpgn-server into develop
This commit is contained in:
commit
0238e40f0a
1 changed files with 1 additions and 1 deletions
|
@ -228,7 +228,7 @@ namespace pvpgn
|
|||
}
|
||||
|
||||
smtp_ca_cert_store = prefs_smtp_ca_cert_store;
|
||||
smtp_server_url = fmt::format("smtps://{}", prefs_smtp_server_url);
|
||||
smtp_server_url = fmt::format("smtp://{}", prefs_smtp_server_url);
|
||||
smtp_port = prefs_smtp_port;
|
||||
smtp_username = prefs_smtp_username;
|
||||
smtp_password = prefs_smtp_password;
|
||||
|
|
Loading…
Reference in a new issue