NT下基于邮件服务软件IMAIL的邮件发送程序--本地版
有很多朋友为了PHP的MAIL函数而苦恼,其实关键就是它的SMTP服务的问题。现在常用的163、sina等大都不支持匿名发送邮件,就是说即使你把php.ini中的smtp设为smtp.163.net/smtp.sina.com.cn也会提示错误。怎么办呢?今日搞到了一个叫IMAIL的邮件服务软件,试了一试,居然成功了。现将方法说明如下: 1、安装IMAIL。按照默认的安装,一般如果你的机器的名称是server,那么它的smtp服务名称也是server. 2、看一下“控制面板”-“服务”,IMAIL SMTP SERVER是否起来了。 3、修改php.ini。将smtp= server 4、测试一下吧。
"; $subject = "测试用IMAIL发送电子邮件"; $message = "HTML格式的邮件,想知道原程序吗?"; $extra="From:yukuang@163.net Content-Type:text/html;charset=gb2313 Content-Transfer-Encoding:8bit"; echo "Sending mail..."; mail ("yourmail", $subject, $message, $extra); echo "
Hot AI Tools

Undresser.AI Undress
AI-powered app for creating realistic nude photos

AI Clothes Remover
Online AI tool for removing clothes from photos.

Undress AI Tool
Undress images for free

Clothoff.io
AI clothes remover

Video Face Swap
Swap faces in any video effortlessly with our completely free AI face swap tool!

Hot Article

Hot Tools

VSCode Windows 64-bit Download
A free and powerful IDE editor launched by Microsoft

Notepad++7.3.1
Easy-to-use and free code editor

SAP NetWeaver Server Adapter for Eclipse
Integrate Eclipse with SAP NetWeaver application server.

SublimeText3 Mac version
God-level code editing software (SublimeText3)

ZendStudio 13.5.1 Mac
Powerful PHP integrated development environment
