mirror of
https://github.com/simple-login/app.git
synced 2024-11-13 07:31:12 +01:00
40 lines
1.3 KiB
Python
40 lines
1.3 KiB
Python
|
# 2** status
|
||
|
E200 = "250 Message accepted for delivery"
|
||
|
E201 = "250 SL E201"
|
||
|
E202 = "250 Unsubscribe request accepted"
|
||
|
E203 = "250 SL E203 email can't be sent from a reverse-alias"
|
||
|
E204 = "250 SL E204 ignore"
|
||
|
E205 = "250 SL E205 bounce handled"
|
||
|
# out of office status
|
||
|
E206 = "250 SL E206 Out of office"
|
||
|
|
||
|
# 4** errors
|
||
|
E401 = "421 SL E401 Retry later"
|
||
|
E402 = "421 SL E402 Retry later"
|
||
|
E403 = "421 SL E403 Retry later"
|
||
|
E404 = "421 SL E404 Retry later"
|
||
|
E405 = "421 SL E405 Retry later"
|
||
|
E406 = "421 SL E406 Retry later"
|
||
|
|
||
|
# 5** errors
|
||
|
E501 = "550 SL E501"
|
||
|
E502 = "550 SL E502 Email not exist"
|
||
|
E503 = "550 SL E503"
|
||
|
E504 = "550 SL E504 Account disabled"
|
||
|
E505 = "550 SL E505"
|
||
|
E506 = "550 SL E506 Email detected as spam"
|
||
|
E507 = "550 SL E507 Wrongly formatted subject"
|
||
|
E508 = "550 SL E508 Email not exist"
|
||
|
E509 = "550 SL E509 unauthorized"
|
||
|
E510 = "550 SL E510 so such user"
|
||
|
E511 = "550 SL E511 unsubscribe error"
|
||
|
E512 = "550 SL E512 No such email log"
|
||
|
E513 = "550 SL E513 Email cannot be forwarded to mailbox"
|
||
|
E514 = "550 SL E514 Email sent to noreply address"
|
||
|
E515 = "550 SL E515 Email not exist"
|
||
|
E516 = "550 SL E516 invalid mailbox"
|
||
|
E517 = "550 SL E517 unverified mailbox"
|
||
|
E518 = "550 SL E518 Disabled mailbox"
|
||
|
E519 = "550 SL E519 Email detected as spam"
|
||
|
E520 = "550 SL E24 Email cannot be sent to contact"
|