Home > php教程 > php手册 > body text

php学习笔记(三)之发送邮件01 关于class

WBOY
Release: 2016-06-06 19:46:23
Original
1055 people have browsed it

php在发送邮件的时候需要借助一个class_smtp.php文件. 文件的代码如下: ?//发送邮件//user:cuiran//email:cuiran2001@163.comset_time_limit(120); class smtp{ /* Public Variables */ var $smtp_port; var $time_out; var $host_name; var $log_file; var

php在发送邮件的时候需要借助一个class_smtp.php文件.

文件的代码如下:

Related labels:
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Recommendations
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template