Skip to content
Snippets Groups Projects
Commit 91261ec4 authored by Jason Flatt's avatar Jason Flatt Committed by Jason Flatt
Browse files

Issue #2880209 by oadaeh: Remove commented out testing code

parent bfbdcd62
No related branches found
No related tags found
No related merge requests found
......@@ -114,17 +114,6 @@ class DrupalPHPMailer extends PHPMailer implements MailInterface {
}
try {
/**
* @todo
* Add these options to the setting form.
*/
// $this->SMTPOptions = array(
// 'ssl' => array(
// 'verify_peer' => FALSE,
// 'verify_peer_name' => FALSE,
// 'allow_self_signed' => TRUE,
// ),
// );
$result = parent::SmtpSend($header, $body);
// Close connection when not using SMTP keep-alive.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment