HTTP_Request
[ class tree: HTTP_Request ] [ index: HTTP_Request ] [ all elements ]

File: smtp.php

Source Location: /Mail-1.4.0/Mail/smtp.php

Classes:

Mail_smtp
SMTP implementation of the PEAR Mail interface. Requires the Net_SMTP class.

Page Details:

SMTP implementation of the PEAR Mail interface. Requires the Net_SMTP class.

PHP version 5

LICENSE:

Copyright (c) 2010-2017, Chuck Hagenbuch & Jon Parise All rights reserved.

Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:

  1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.
2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution.

3. Neither the name of the copyright holder nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission.

THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.


PEAR_MAIL_SMTP_ERROR_AUTH [line 56]

PEAR_MAIL_SMTP_ERROR_AUTH = 10002
Error: SMTP authentication failure

[ Top ]



PEAR_MAIL_SMTP_ERROR_CONNECT [line 53]

PEAR_MAIL_SMTP_ERROR_CONNECT = 10001
Error: Failed to connect to SMTP server

[ Top ]



PEAR_MAIL_SMTP_ERROR_CREATE [line 50]

PEAR_MAIL_SMTP_ERROR_CREATE = 10000
Error: Failed to create a Net_SMTP object

[ Top ]



PEAR_MAIL_SMTP_ERROR_DATA [line 68]

PEAR_MAIL_SMTP_ERROR_DATA = 10006
Error: Failed to send data

[ Top ]



PEAR_MAIL_SMTP_ERROR_FROM [line 59]

PEAR_MAIL_SMTP_ERROR_FROM = 10003
Error: No From: address has been provided

[ Top ]



PEAR_MAIL_SMTP_ERROR_RECIPIENT [line 65]

PEAR_MAIL_SMTP_ERROR_RECIPIENT = 10005
Error: Failed to add recipient

[ Top ]



PEAR_MAIL_SMTP_ERROR_SENDER [line 62]

PEAR_MAIL_SMTP_ERROR_SENDER = 10004
Error: Failed to set sender

[ Top ]



Documentation generated on Mon, 11 Mar 2019 14:27:25 -0400 by phpDocumentor 1.4.4. PEAR Logo Copyright © PHP Group 2004.