Method Protocols.SMTP.Client()->send_message()
- Method send_message
 voidsend_message(stringfrom,array(string)to,stringbody)- Description
 Sends a mail message from
fromto the mail addresses listed intowith the mail bodybody. The body should be a correctly formatted mail DATA block, e.g. produced by MIME.Message.- See also
 - Throws
 If the mail server returns any other return code than 200-399 an exception will be thrown.