In my application, I'm trying to send email.
But I get this error.
Code:
A PHP Error was encountered
Severity: Warning
Message: fsockopen():
Filename: libraries/Email.php
Line Number: 1949
Backtrace:
File: C:\wamp\www\CMA\application\models\fonction.php
Line: 60
Function: send
File: C:\wamp\www\CMA\application\controllers\livraison.php
Line: 1747
Function: envoyerMail
File: C:\wamp\www\CMA\index.php
Line: 292
Function: require_once
how can I know the real cause of this error? i think that this line is incomplete
Code:
Message: fsockopen():
Please Help.