good afternoon!
I am having a problem with "imap_open" it is not able to open connection to an external server because I am behind a proxy server.
I tried several settings with the "stream_context_set_default", "" stream_context_set_option "and" stream_context_set_params ". I do not know if these are the most suitable functions for my case, but in my Google searches it was what they usually indicated and that's why I dedicated myself to them because I did not find other alternatives, so I do not know if I was investing in the wrong functions or if I was just too lazy to try to configure them.
From what I was able to find out the proxy here of my company uses NTLM authentication. From what I understand this kind of authentication is much more complex than sending a valid user name and passwords to the proxy server. Leaving my situation even more complex ...
Has anyone ever had anything like this and can you help me? Maybe give me an alternative I have not tried ....
Tks!