Сообщения об ошибках
ProvideAddress = 'You must provide at least one recipient email address.'
MailerNotSupported = ' mailer is not supported.'
Execute = 'Could not execute: '
Instantiate = 'Could not instantiate mail function.'
Authenticate = 'SMTP Error: Could not authenticate.'
FromFailed = 'The following From address failed: '
EecipientsFailed = 'SMTP Error: The following recipients failed: '
DataNotAccepted = 'SMTP Error: Data not accepted.'
ConnectHost = 'SMTP Error: Could not connect to SMTP host.'
FileAccess = 'Could not access file: '
FileOpen = 'File Error: Could not open file: '
Encoding = 'Unknown encoding: '
Signing = 'Signing Error: '
SmtpError = 'SMTP server error: '
SmtpConnectFailed = 'SMTP connection failed: '
EmptyMessage = 'Message body empty'
InvalidAddress = 'Invalid address'
VariableSet = 'Cannot set or reset variable: '
InvalidArgument = 'Invalid argument: '
RecipientsFailed = 'Recipients failed: '
TLS = "Error connect with TLS"
SendError = "Error sending mail"