This shows you the differences between two versions of the page.
Both sides previous revision Previous revision | |||
system:config:phpmailer_secure [2016/09/17 15:57] phplist |
system:config:phpmailer_secure [2016/09/17 15:57] (current) phplist |
||
---|---|---|---|
Line 1: | Line 1: | ||
+ | |||
+ | ---- dataentry configoptions ---- | ||
+ | type : constant | ||
+ | name : PHPMAILER_SECURE | ||
+ | purpose : Set the Secure option in phpMailer | ||
+ | allowed : auto tls ssl false | ||
+ | default : auto | ||
+ | status_s : | ||
+ | category : rendering | ||
+ | ---- | ||
+ | |||
+ | version 3.2.6 introduced **auto** which will use [[https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting|AutoTLS]] | ||
+ | |||
+ | If you have issues with connections, try setting it to **false**. This might be caused by invalid server certificates. | ||