@@ -133,6 +133,35 @@ function phpmailer_settings_form($form, $form_state) {
'#description'=>t("Debug the communication with the SMTP server. You normally shouldn't enable this unless you're trying to debug e-mail sending problems."),
);
$form['advanced']['ssl_settings']=array(
'#type'=>'fieldset',
'#title'=>t('Advanced SSL settings'),
'#description'=>t('If you are attempting to connect to a broken or malconfigured secure mail server, you can try toggling one or more of the following. If that allows the connection, consider fixing the SSL certifcate, as it may be insecure.'),
'#description'=>t('If this is checked, it will allow conecting to a mail server with a self-signed SSL certificate. (This requires "Verfy peer" to be enabled.)'),