How to set proxy for SMTP server in Kentico?

Gary Chau asked on April 27, 2019 18:22

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.

Recent Answers


Peter Mogilnitski answered on April 29, 2019 16:37

use your local smtp and configure proxy at your local smtp server.

0 votesVote for this answer Mark as a Correct answer

   Please, sign in to be able to submit a new answer.