vibe-d v0.9.5-beta.1 (2022-05-13T15:16:55Z)
Home
Dub
Repo
SMTPStatus
index
vibe
mail
smtp
Represents the different status codes for SMTP replies.
Values
Value
Meaning
_success
200
systemStatus
211
helpMessage
214
serviceReady
220
serviceClosing
221
success
250
forwarding
251
serverAuthReady
334
startMailInput
354
serviceUnavailable
421
mailboxTemporarilyUnavailable
450
processingError
451
outOfDiskSpace
452
commandUnrecognized
500
invalidParameters
501
commandNotImplemented
502
badCommandSequence
503
commandParameterNotImplemented
504
domainAcceptsNoMail
521
accessDenied
530
mailboxUnavailable
550
userNotLocal
551
exceededStorageAllocation
552
mailboxNameNotAllowed
553
transactionFailed
554
Meta
Source
See Implementation
index
vibe
mail
smtp
classes
Mail
SMTPClientSettings
enums
SMTPAuthType
SMTPConnectionType
SMTPStatus
functions
sendMail
Represents the different status codes for SMTP replies.