~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/builtins.py

(jelmer) Convert bzrlib.smtp_connection to use config stacks. (Jelmer
 Vernooij)

Show diffs side-by-side

added added

removed removed

Lines of Context:
5581
5581
                self.outf.writelines(directive.to_lines())
5582
5582
        else:
5583
5583
            message = directive.to_email(mail_to, branch, sign)
5584
 
            s = SMTPConnection(branch.get_config())
 
5584
            s = SMTPConnection(branch.get_config_stack())
5585
5585
            s.send_email(message)
5586
5586
 
5587
5587