Lines Matching refs:mail
39 # by Carey Evans <c.evans@clear.net.nz>, for picky mail servers.
224 method called 'sendmail' that will do an entire mail transaction.
467 def mail(self, sender, options=[]):
468 """SMTP 'mail' command -- begins mail xfer session."""
472 self.putcmd("mail", "FROM:%s%s" % (quoteaddr(sender), optionlist))
476 """SMTP 'rcpt' command -- indicates 1 recipient for this mail."""
655 """This command performs an entire mail transaction.
658 - from_addr : The address sending this mail.
659 - to_addrs : A list of addresses to send this mail to. A bare
663 mail command.
672 This method will return normally if the mail is accepted for at least
682 (no mail was sent).
720 (code, resp) = self.mail(from_addr, esmtp_opts)
739 #if we got here then somebody got our mail