Source Location: /SMTP.php
SMTP
[line 41]
SMTP_211 = '211 System status, or system help reply'
SMTP response codes
[ Top ]
[line 42]
SMTP_214 = '214 Help message'
[ Top ]
[line 43]
SMTP_220 = '220 Service ready'
[ Top ]
[line 44]
SMTP_221 = '221 Service closing transmission channel'
[ Top ]
[line 45]
SMTP_235 = '235 Authentication successful'
[ Top ]
[line 46]
SMTP_250 = '250 Requested mail action okay, completed'
[ Top ]
[line 47]
SMTP_251 = '251 User not local'
[ Top ]
[line 50]
SMTP_354 = '354 Start mail input; end with <CRLF>.<CRLF>'
[ Top ]
[line 53]
SMTP_421 = '421 Service not available,'
[ Top ]
[line 54]
SMTP_450 = '450 Requested mail action not taken: mailbox unavailable'
[ Top ]
[line 55]
SMTP_451 = '451 Requested action aborted: error in processing'
[ Top ]
[line 56]
SMTP_452 = '452 Requested action not taken: insufficient system storage'
[ Top ]
[line 59]
SMTP_500 = '500 Syntax error, command unrecognized'
[ Top ]
[line 60]
SMTP_501 = '501 Syntax error in parameters or arguments'
[ Top ]
[line 61]
SMTP_502 = '502 Command not implemented'
[ Top ]
[line 62]
SMTP_503 = '503 Bad sequence of commands'
[ Top ]
[line 63]
SMTP_504 = '504 Command parameter not implemented'
[ Top ]
[line 64]
SMTP_535 = '535 Authentication failed'
[ Top ]
[line 65]
SMTP_550 = '550 Requested action not taken: mailbox unavailable'
[ Top ]
[line 66]
SMTP_551 = '551 User not local'
[ Top ]
[line 67]
SMTP_552 = '552 Requested mail action aborted: exceeded storage allocation'
[ Top ]
[line 68]
SMTP_553 = '553 Requested action not taken: mailbox name not allowed'
[ Top ]
[line 69]
SMTP_554 = '554 Transaction failed'
[ Top ]
[line 34]
SMTP_CHUNK_SIZE = 1024
[ Top ]
[line 76]
SMTP_CRITICAL = 1
[ Top ]
[line 80]
SMTP_DEBUG = 5
[ Top ]
[line 77]
SMTP_ERROR = 2
[ Top ]
[line 27]
SMTP_INBOUND = './inbound/'
Messages and storage
[ Top ]
[line 75]
SMTP_LOG = './log/smtp.log'
Logging
[ Top ]
[line 83]
SMTP_LOG_LEVEL = SMTP_DEBUG
[ Top ]
[line 31]
SMTP_MAX_SIZE = 2097152
[ Top ]
[line 79]
SMTP_NOTICE = 4
[ Top ]
[line 28]
SMTP_OUTBOUND = './outbound/'
[ Top ]
[line 78]
SMTP_WARNING = 3
[ Top ]