smtp
Terry Reedy
tjreedy at udel.edu
Mon Aug 8 15:11:36 EDT 2011
On 8/8/2011 12:45 PM, Verde Denim wrote:
> I'm running 2.6.5 on a debian base...
> It didn't seem to matter what is input -
> I tried using a single recipient as well as multiples (separated by comma).
>
> Output appears as -
> # python send_my_msg.py
> From: me at me.com <mailto:me at me.com>
> To: you at you.com <mailto:you at you.com>
> Enter Message, end with ^D:
> Traceback (most recent call last):
> File "send_my_msg.py", line 12, in <module>
> % (fromaddr, ", ".join(toaddr)))
> TypeError
I am concerned about the lack of any message. It is close to being a
bug. If this happens with current Python, 2.7.2 or 3.2.1, posting to the
bug tracker a minimal example needed to get the above might result in a fix.
--
Terry Jan Reedy
More information about the Python-list
mailing list