[issue12293] wrong arguments passed to SMTP.sendmail in example

Fredrik Wendt report at bugs.python.org
Thu Jun 9 14:21:31 CEST 2011


New submission from Fredrik Wendt <fredrik at wendt.se>:

On http://docs.python.org/library/email-examples.html#email-examples the current example (v2.7.1) at the bottom incorrectly calls SMTP.sendmail() with a single recipient e-mail address. It should be a list of addresses.

----------
assignee: docs at python
components: Documentation
messages: 137960
nosy: docs at python, wendt_se
priority: normal
severity: normal
status: open
title: wrong arguments passed to SMTP.sendmail in example
versions: Python 2.7

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue12293>
_______________________________________


More information about the Python-bugs-list mailing list