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

File: smtp.php

Source Location: /Mail-1.2.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 versions 4 and 5

LICENSE:

Copyright (c) 2010, Chuck Hagenbuch All rights reserved.

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

  • Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.
  • 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.
  • The names of the authors may not 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 OWNER 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 54]

PEAR_MAIL_SMTP_ERROR_AUTH = 10002
Error: SMTP authentication failure

[ Top ]



PEAR_MAIL_SMTP_ERROR_CONNECT [line 51]

PEAR_MAIL_SMTP_ERROR_CONNECT = 10001
Error: Failed to connect to SMTP server

[ Top ]



PEAR_MAIL_SMTP_ERROR_CREATE [line 48]

PEAR_MAIL_SMTP_ERROR_CREATE = 10000
Error: Failed to create a Net_SMTP object

[ Top ]



PEAR_MAIL_SMTP_ERROR_DATA [line 66]

PEAR_MAIL_SMTP_ERROR_DATA = 10006
Error: Failed to send data

[ Top ]



PEAR_MAIL_SMTP_ERROR_FROM [line 57]

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

[ Top ]



PEAR_MAIL_SMTP_ERROR_RECIPIENT [line 63]

PEAR_MAIL_SMTP_ERROR_RECIPIENT = 10005
Error: Failed to add recipient

[ Top ]



PEAR_MAIL_SMTP_ERROR_SENDER [line 60]

PEAR_MAIL_SMTP_ERROR_SENDER = 10004
Error: Failed to set sender

[ Top ]



Documentation generated on Mon, 11 Mar 2019 15:36:20 -0400 by phpDocumentor 1.4.4. PEAR Logo Copyright © PHP Group 2004.