Revize d5af6f06
Přidáno uživatelem Ondřej Fibich před více než 7 roky(ů)
application/libraries/Settings.php | ||
---|---|---|
'email_driver' => 'native',
|
||
// default email port
|
||
'email_port' => 25,
|
||
// default email connection encryption
|
||
'email_encryption' => 'none',
|
||
// default value for prefix of subject of notification
|
||
// e-mails to members
|
||
'email_subject_prefix' => 'FreenetIS',
|
Také k dispozici: Unified diff
Ref #1068: add support connecting to encrypted SMTP servers.