简体   繁体   中英

Unable to send email from localhost in codeigniter

I am trying to send email in codeigniter on localhost, But it shows following error. I have configured the email library and gmail account. any one have solution for this.

A PHP Error was encountered

Severity: Warning

Message: fsockopen() [function.fsockopen]: unable to connect to ssl://smtp.gmail.com:465 (Unable to      find the socket transport "ssl" - did you forget to enable it when you configured PHP?)

Filename: libraries/Email.php

Line Number: 1689

you getting this error

unable to connect to ssl://smtp.gmail.com:465 

because smtp is not working on localhost if u want to check whether mail is send or not than u have to on live hosting server

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM