load->library(\'email\'); } func
You need to enable SSL in your PHP config. Load up php.ini and find a line with the following:
php.ini
;extension=php_openssl.dll
Uncomment it. :D
(by removing the semicolon from the statement)
extension=php_openssl.dll