mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-06-11 00:24:47 -07:00
Refactor servatrice email send
This commit is contained in:
parent
0d5e169648
commit
1ffc9b4561
49 changed files with 2542 additions and 2574 deletions
|
|
@ -90,11 +90,11 @@ allowpunctuationprefix=false
|
|||
|
||||
[smtp]
|
||||
|
||||
; Connectin type: currently supported method are "tcp", "ssl" and "tls"
|
||||
; Connectin type: currently supported method are "tcp" and "ssl"; tls is autodetected if available
|
||||
connection=tcp
|
||||
|
||||
; Auth type: currently supported method are "plain" and "login"
|
||||
auth=plain
|
||||
; Accept all certificates: in ssl mode, enable this if your server is using an invalid/self signed certificate
|
||||
acceptallcerts=false;
|
||||
|
||||
; Hostname or IP addres of the smtp server
|
||||
host=localhost
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue