Exemple #1
0
    def sendLine(self, line):
        if DEBUG:
            msg('ESMTPClient', 'SMTP >>>', repr(line), self.factory)

        # Success
        return _ESMTPClient.sendLine(self, line)