1

I have a php script that connects to an smtp server and I pass the email address, password, and all the other stuff. (i'm using Zend)

I want to go through a proxy but my proxy server requires authentication. I've looked through the php documentation but I can't figure out where I put the username/password for the proxy server.

Thanks

Andrew Park
  • 1,489
  • 1
  • 17
  • 26

1 Answers1

1

Here is how you authenticate:

  1. cURL Solution
  2. PHP stream_context_create
Community
  • 1
  • 1
Alex
  • 6,441
  • 2
  • 25
  • 26