meta data for this page
Differences
This shows you the differences between two versions of the page.
system:config:phpmailer_smtpoptions [2016/04/16 21:04] – created phplist | system:config:phpmailer_smtpoptions [2016/12/14 08:01] (current) – duncanc | ||
---|---|---|---|
Line 1: | Line 1: | ||
+ | |||
+ | ---- dataentry configoptions ---- | ||
+ | type : variable | ||
+ | name : phpmailer_smtpoptions | ||
+ | purpose | ||
+ | allowed | ||
+ | default | ||
+ | status_s | ||
+ | category | ||
+ | ---- | ||
+ | |||
+ | See also [[https:// | ||
+ | |||
+ | As an example, add this to your config.php file | ||
+ | < | ||
+ | $phpmailer_smtpoptions = array( | ||
+ | ' | ||
+ | ' | ||
+ | ' | ||
+ | ' | ||
+ | ) | ||
+ | ); | ||
+ | |||
+ | </ | ||
+ | |||
+ | which will avoid certificate checking on SSL connections. Quite useful for development systems with self-signed certificates. | ||