does codeigniter recognize system proxy settings? |
I want to send mail through codeIgniter application.
When i try it on a computer without system proxy settings, it works fine. But my web server uses system proxy settings and email sending give this error: Code: A PHP Error was encountered PHP Code: public function mailMotDePasse($recepteur,$motDePasse) I'm wondering if codeigniter recognize the system proxy parametters or how to make codeIgniter use those parametrers. Please help. I'm passing other the deadline.
CI doesn't care for proxy settings, but PHP may ... if PHP recognizes them, so will CI.
(09-23-2015, 04:54 AM)Narf Wrote: CI doesn't care for proxy settings, but PHP may ... if PHP recognizes them, so will CI. thanks for replying. What can I do now? The error code is not explicit. Code: A PHP Error was encountered
(09-23-2015, 06:41 AM)Hyper-X Wrote:(09-23-2015, 04:54 AM)Narf Wrote: CI doesn't care for proxy settings, but PHP may ... if PHP recognizes them, so will CI. The problem is the proxy. PHP docs on fsockopen has the answer: http://php.net/manual/en/function.fsockopen.php#82586 Remember that not all problems are CodeIgniter related. Reading up on PHP Docs can help (09-23-2015, 07:16 AM)Martin7483 Wrote:(09-23-2015, 06:41 AM)Hyper-X Wrote:(09-23-2015, 04:54 AM)Narf Wrote: CI doesn't care for proxy settings, but PHP may ... if PHP recognizes them, so will CI. ok thanks. I'll check on PHP docs and i'll be back. |
Welcome Guest, Not a member yet? Register Sign In |