\Colibri\IO\MailErrorMessages

Сообщения об ошибках

Summary

Methods
Properties
Constants
No public methods found
No public properties found
ProvideAddress
MailerNotSupported
Execute
Instantiate
Authenticate
FromFailed
EecipientsFailed
DataNotAccepted
ConnectHost
FileAccess
FileOpen
Encoding
Signing
SmtpError
SmtpConnectFailed
EmptyMessage
InvalidAddress
VariableSet
InvalidArgument
RecipientsFailed
TLS
SendError
No protected methods found
No protected properties found
N/A
No private methods found
No private properties found
N/A

Constants

ProvideAddress

ProvideAddress = 'You must provide at least one recipient email address.'

MailerNotSupported

MailerNotSupported = ' mailer is not supported.'

Execute

Execute = 'Could not execute: '

Instantiate

Instantiate = 'Could not instantiate mail function.'

Authenticate

Authenticate = 'SMTP Error: Could not authenticate.'

FromFailed

FromFailed = 'The following From address failed: '

EecipientsFailed

EecipientsFailed = 'SMTP Error: The following recipients failed: '

DataNotAccepted

DataNotAccepted = 'SMTP Error: Data not accepted.'

ConnectHost

ConnectHost = 'SMTP Error: Could not connect to SMTP host.'

FileAccess

FileAccess = 'Could not access file: '

FileOpen

FileOpen = 'File Error: Could not open file: '

Encoding

Encoding = 'Unknown encoding: '

Signing

Signing = 'Signing Error: '

SmtpError

SmtpError = 'SMTP server error: '

SmtpConnectFailed

SmtpConnectFailed = 'SMTP connection failed: '

EmptyMessage

EmptyMessage = 'Message body empty'

InvalidAddress

InvalidAddress = 'Invalid address'

VariableSet

VariableSet = 'Cannot set or reset variable: '

InvalidArgument

InvalidArgument = 'Invalid argument: '

RecipientsFailed

RecipientsFailed = 'Recipients failed: '

TLS

TLS = "Error connect with TLS"

SendError

SendError = "Error sending mail"