disable_ssl ()

Throws an error because SSL is required for the Amazon Email Service.

Access

public

Source

Method defined in services/ses.class.php | Toggle source view (4 lines) | View on GitHub

public function disable_ssl()
{
    throw new SES_Exception('SSL/HTTPS is REQUIRED for Amazon Email Service and cannot be disabled.');
}

Copyright © 2010–2013 Amazon Web Services, LLC


Feedback