zoukankan      html  css  js  c++  java
  • ASP.NET2.0发送邮件

       SendMail:发送邮件
    经过测试,sina,gmail都可使用。163的还有些问题。
     
    web.config里
    1  <system.net>
    2    <mailSettings>
    3      <smtp >
    4        <network host="smtp.sina.com" port="25" userName="用户名" password="密码" />
    5      </smtp>
    6    </mailSettings>
    7  </system.net>
  • 相关阅读:
    keepAliveTime为0以及队列太小导致ThreadPoolExecutor不断创建新线程
    Python str方法
    Python 复制与赋值
    Python 使用pypi镜像源加速第三方库在线安装
    Python ez_setup.py安装错误
    Tools psr
    Python 列表生成试中的if,if else
    Python 执行方法shift+enter
    Python
    DOS 切换文件夹
  • 原文地址:https://www.cnblogs.com/starm/p/820071.html
Copyright © 2011-2022 走看看