meta data for this page
  •  

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
system:config:phpmailer_secure [2016/09/17 15:57] phplistsystem: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.