Method Protocols.Line.smtp_style()->send()
- Method
send
voidsend(int(100..999)code,array(string)|string|voidlines)- Description
Send an SMTP-style return-code.
codeis an SMTP-style return-code.If
linesis omitted, errorcodes will be used to lookup an appropriate error-message.If
linesis a string, it will be split on"\n"(newline), and the error-code interspersed as appropriate.- See also