[HTML]
Define (' smtp_status_not_connected ', 1, TRUE);
Define (' smtp_status_connected ', 2, TRUE);
Class P8_SMTP
{
var $connection;
var $recipients;
var $headers;
var $timeout;
var $errors;
var $status;
var $body;
var $from;
var $host;
var
Php uses the smtp service to send mail first define (& #39; SMTP_STATUS_NOT_CONNECTED & #39;, 1, true); define (& #39; SMTP_STATUS_CONNECTED & #39;, 2, true); classsmtp {var $ connection; var $ recipients; php uses the smtp service to send mail
Ecshop implements smtp mail sending. Ecshop implements smtp mail sending this article mainly introduces how ecshop implements smtp mail sending. if you need it, you can refer to the ECShop smtp method to send mail, in the cls_smtp file, ecshop
Php uses the smtp service to send mail first
Define ('smtp _ STATUS_NOT_CONNECTED ', 1, true); define ('smtp _ STATUS_CONNECTED', 2, true); class SMTP {var $ connection; var $ recipients; var $ headers; var $ timeout; var $ errors; var $ status; var
The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion;
products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the
content of the page makes you feel confusing, please write us an email, we will handle the problem
within 5 days after receiving your email.
If you find any instances of plagiarism from the community, please send an email to:
info-contact@alibabacloud.com
and provide relevant evidence. A staff member will contact you within 5 working days.