File: smtp.php
Source Location: /Mail-1.1.13/Mail/smtp.php
Classes:
Mail_smtp
SMTP implementation of the PEAR Mail interface. Requires the Net_SMTP class.
Page Details:
PEAR_MAIL_SMTP_ERROR_AUTH [line 27]
PEAR_MAIL_SMTP_ERROR_AUTH = 10002
Error: SMTP authentication failure
PEAR_MAIL_SMTP_ERROR_CONNECT [line 24]
PEAR_MAIL_SMTP_ERROR_CONNECT = 10001
Error: Failed to connect to SMTP server
PEAR_MAIL_SMTP_ERROR_CREATE [line 21]
PEAR_MAIL_SMTP_ERROR_CREATE = 10000
Error: Failed to create a Net_SMTP object
PEAR_MAIL_SMTP_ERROR_DATA [line 39]
PEAR_MAIL_SMTP_ERROR_DATA = 10006
Error: Failed to send data
PEAR_MAIL_SMTP_ERROR_FROM [line 30]
PEAR_MAIL_SMTP_ERROR_FROM = 10003
Error: No From: address has been provided
PEAR_MAIL_SMTP_ERROR_RECIPIENT [line 36]
PEAR_MAIL_SMTP_ERROR_RECIPIENT = 10005
Error: Failed to add recipient
PEAR_MAIL_SMTP_ERROR_SENDER [line 33]
PEAR_MAIL_SMTP_ERROR_SENDER = 10004
Error: Failed to set sender
Documentation generated on 2019年3月11日 14:44:11 -0400 by
phpDocumentor 1.4.4. PEAR Logo Copyright © PHP Group 2004.