• <i id='OsDop'><tr id='OsDop'><dt id='OsDop'><q id='OsDop'><span id='OsDop'><b id='OsDop'><form id='OsDop'><ins id='OsDop'></ins><ul id='OsDop'></ul><sub id='OsDop'></sub></form><legend id='OsDop'></legend><bdo id='OsDop'><pre id='OsDop'><center id='OsDop'></center></pre></bdo></b><th id='OsDop'></th></span></q></dt></tr></i><div id='OsDop'><tfoot id='OsDop'></tfoot><dl id='OsDop'><fieldset id='OsDop'></fieldset></dl></div>
    <legend id='OsDop'><style id='OsDop'><dir id='OsDop'><q id='OsDop'></q></dir></style></legend>

    <small id='OsDop'></small><noframes id='OsDop'>

  • <tfoot id='OsDop'></tfoot>

      <bdo id='OsDop'></bdo><ul id='OsDop'></ul>

        ASP.net SMTP 邮件通过代理

        ASP.net SMTP Mail though Proxy(ASP.net SMTP 邮件通过代理)
          <tbody id='l2Vtn'></tbody>
          <legend id='l2Vtn'><style id='l2Vtn'><dir id='l2Vtn'><q id='l2Vtn'></q></dir></style></legend>
            <tfoot id='l2Vtn'></tfoot>

              • <bdo id='l2Vtn'></bdo><ul id='l2Vtn'></ul>
                1. <small id='l2Vtn'></small><noframes id='l2Vtn'>

                2. <i id='l2Vtn'><tr id='l2Vtn'><dt id='l2Vtn'><q id='l2Vtn'><span id='l2Vtn'><b id='l2Vtn'><form id='l2Vtn'><ins id='l2Vtn'></ins><ul id='l2Vtn'></ul><sub id='l2Vtn'></sub></form><legend id='l2Vtn'></legend><bdo id='l2Vtn'><pre id='l2Vtn'><center id='l2Vtn'></center></pre></bdo></b><th id='l2Vtn'></th></span></q></dt></tr></i><div id='l2Vtn'><tfoot id='l2Vtn'></tfoot><dl id='l2Vtn'><fieldset id='l2Vtn'></fieldset></dl></div>
                  本文介绍了ASP.net SMTP 邮件通过代理的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着跟版网的小编来一起学习吧!

                  问题描述

                  如何使用 C# 在 ASP.net 中设置 SMTPClient 以使用提供的代理地址发送电子邮件?或者通过检测系统默认代理发送

                  How to setup SMTPClient in ASP.net with C# to send email with provided proxy address ? or sending by detecting the system default proxy

                  我在 web.config 中使用了以下代码,但没有用

                  I used the the following code in web.config but didnt work

                  <system.net>
                      <defaultProxy enabled="true">
                        <proxy bypassonlocal="False" proxyaddress="http://192.168.101.3:8080/" />
                      </defaultProxy>
                    </system.net>
                  

                  推荐答案

                  您无法通过 HTTP 代理服务器发送 SMTP 电子邮件.

                  You can't send SMTP email through an HTTP proxy server.

                  与管理您的 Internet 网关/防火墙的人员交谈,询问他们希望您将出站电子邮件定向到哪个主机.

                  Speak to the person administering your Internet gateway/firewall to ask what host they want you to direct outbound email to.

                  这篇关于ASP.net SMTP 邮件通过代理的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持跟版网!

                  本站部分内容来源互联网,如果有图片或者内容侵犯了您的权益,请联系我们,我们会在确认后第一时间进行删除!

                  相关文档推荐

                  Populate ListBox with a IEnumrable on another thread (winforms)(在另一个线程(winforms)上使用 IEnumrable 填充 ListBox)
                  listbox selected item give me quot; System.Data.DataRowViewquot; , C# winforms(列表框选择的项目给我quot;System.Data.DataRowView, C# Winforms)
                  Cannot remove items from ListBox(无法从列表框中删除项目)
                  Preventing ListBox scrolling to top when updated(更新时防止列表框滚动到顶部)
                  Drag and drop from list to canvas on windows phone with MVVM(使用 MVVM 在 Windows 手机上从列表拖放到画布)
                  Deselection on a WPF listbox with extended selection mode(具有扩展选择模式的 WPF 列表框上的取消选择)

                  <small id='iZ8md'></small><noframes id='iZ8md'>

                      <tbody id='iZ8md'></tbody>
                    <i id='iZ8md'><tr id='iZ8md'><dt id='iZ8md'><q id='iZ8md'><span id='iZ8md'><b id='iZ8md'><form id='iZ8md'><ins id='iZ8md'></ins><ul id='iZ8md'></ul><sub id='iZ8md'></sub></form><legend id='iZ8md'></legend><bdo id='iZ8md'><pre id='iZ8md'><center id='iZ8md'></center></pre></bdo></b><th id='iZ8md'></th></span></q></dt></tr></i><div id='iZ8md'><tfoot id='iZ8md'></tfoot><dl id='iZ8md'><fieldset id='iZ8md'></fieldset></dl></div>

                    • <bdo id='iZ8md'></bdo><ul id='iZ8md'></ul>

                          <tfoot id='iZ8md'></tfoot><legend id='iZ8md'><style id='iZ8md'><dir id='iZ8md'><q id='iZ8md'></q></dir></style></legend>