There was an error while loading. Please reload this page.
1 parent 835333c commit 5c6ab60Copy full SHA for 5c6ab60
1 file changed
ietf/utils/mail.py
@@ -89,7 +89,7 @@ def send_smtp(msg, bcc=None):
89
addrlist += [bcc]
90
to = [addr for name, addr in getaddresses(addrlist) if ( addr != '' and not addr.startswith('unknown-email-') )]
91
if not to:
92
- log("No addressees for email from '%s', subject '%s'. Nothing sent." % (frm, msg.get('Subject', '[no subject]')))
+ log(u"No addressees for email from '%s', subject '%s'. Nothing sent." % (frm, msg.get('Subject', '[no subject]')))
93
else:
94
if test_mode:
95
outbox.append(msg)
0 commit comments