How to set proxy for SMTP server in Kentico?
Is it a solution? declare the following in the web.config:
<system.net> <defaultProxy> <proxy proxyaddress="http://[your proxy address and port number]" bypassonlocal="false" /> </defaultProxy> </system.net>
Please help. Many thanks.
use your local smtp and configure proxy at your local smtp server.
Please, sign in to be able to submit a new answer.