Re: MIME text attachment question

2007-01-25 Thread Gabriel Genellina
At Thursday 25/1/2007 08:41, Neal Becker wrote: I want to send a file (plain text) as an attachment. I'm using MIMEText. This attaches text OK, but I would like to have a filename attached to it, so that the recipient could save it without having to specify a filename. part = MIMEText("Hello

MIME text attachment question

2007-01-25 Thread Neal Becker
I want to send a file (plain text) as an attachment. I'm using MIMEText. This attaches text OK, but I would like to have a filename attached to it, so that the recipient could save it without having to specify a filename. Any suggestions? -- http://mail.python.org/mailman/listinfo/python-list