当前位置: 首页 > 图文教程 > 网络编程 > ASP > W3 Jmail 简要介绍

ASP
简单ASP论坛DIY
如何防止页面中的敏感信息被提取
asp创建对象及中文显示解决技巧
基础开发入门级:JSP与ASP的比较
数据库受到限制怎么办?
ASP初学者常犯的几个错误
Asp定时执行操作、Asp定时读取数据库(网页定时操作详解)
ASP优化:非常实用的ASP提速技巧五则
ASP教程:解决ASP脚本运行超时的方法
ASP安全:简单学习ASP连接数据库方法
简单一招用ASP实现对IE地址栏参数的判断
asp控制xml数据库的6段非常的经典代码
ASP进阶:验证身份证号是否正确的代码
ASP教程:使用ASP生成图片彩色校验码
ASP进阶:用ASP判断文件地址是否有效
ASP进阶:用asp做的简单搜索引擎代码
ASP实例 挂QQ的网页源代码ASP/PHP
ASP答疑 解决ASP脚本运行超时的方法
轻轻松松破解开别人ASP木马密码的方法
用ASP操作Access数据库 ADOX的使用

ASP 中的 W3 Jmail 简要介绍


出处:互联网   整理: 软晨网(RuanChen.com)   发布: 2009-11-03   浏览: 51 ::
收藏到网摘: n/a

       主页:http://tech.dimac.net
  
    使用w3 JMail 可以在asp应用里面发送电子邮件,而不需要使用一个诸如Eudora/exchange/outlook
  之类的邮件客户端。w3 Jmail发送邮件速度快,功能丰富,而且是免费的,可以直接下载。
  
    下载地址:http://download.dimac.net/jmail/jmail.exe
  
    使用环境
    Webserver (IIS4/PWS4)
    Microsoft Windows NT or Microsoft Windows 95 with Winsock 2.0 (Download from Microsoft)
  
    版本:3.60的特性
    Attachments 附件
    Return Receipt 发信回执
    Detailed logging capabilities 详细日志能力
    Priority settings 优先级设定
    MIME with BASE64, UUEncode and Quoted-Printable Encoding 邮件编码设置
    Queued mailings without separate NT service. 邮件队列发送,无需单独的NT服务
    Unlimited redundant servers 没有限制的多余server(SMTP服务器)
    Blind Carbon Copy (BCC) 密送
    Carbon Copy (CC) 抄送
    Urgent flagging 紧急标志
    US ASCII and ISO-8859-1
    UUEncoding
    X-Headers and custom headers
    MS Mail and Exchange priority headers.
    Internal MX lookup with MX priority and redundancy
  
   JMAIL的日志功能允许你能察看发送邮件时候发生的事情,这是一种发现问题所在的好方法,
   如果MAIL SERVER错误设置的话。
  
    JMail 已经检查了下列Y2K测试
    2000-01-01 Bug - OK
    2000-02-29 Bug - OK
    2000-04-01 Bug - OK (Found in MS VCRT)
  
   JMAIL使用16位精度表示年,所以日期范围限制在 -32767~ 32768
  
  (转载chinaasp)