Lines Matching defs:message
48 import email.message
96 is set to the error message.
195 This is the message given by the server in response to the
199 This is the message given by the server in response to the
282 code, message = self.docmd("QUIT")
284 raise SMTPResponseException(code, message)
557 """SMTP 'DATA' command -- sends message data to server.
816 - msg : The message to send.
827 method tries ESMTP EHLO first. If the server does ESMTP, message size
834 error code and the accompanying error message sent by the server.
866 In the above example, the message was accepted for delivery to three
914 """Converts message to a bytestring and passes it to sendmail.
917 email.message.Message object. If from_addr is None or to_addrs is
924 sendmail is called to transmit the message. If the sender or any of
950 raise ValueError("message has more than one 'Resent-' header block")
1128 print("Enter message, end with ^D:")