Re: [python-win32] Failing to email large attachment with Python on Windows XP

2013-02-14 Thread Preston Landers
On Thu, Feb 14, 2013 at 12:06 PM, Tim Roberts wrote: > newtechnologybooks wrote: >> >/I was able to deliver 20mb files with this script, but failed when >> />/trying 100mb files. / >> That's further evidence that you have hit >> a server limit. If you want >> to send 100MB files, you store them on

Re: [python-win32] Failing to email large attachment with Python on Windows XP

2013-02-14 Thread Tim Roberts
newtechnologybooks wrote: > >/I was able to deliver 20mb files with this script, but failed when > />/trying 100mb files. / >> That's further evidence that you have hit > a server limit. If you want >> to send 100MB files, you store them on > an FTP server or a web server and >> send a link. Compan

Re: [python-win32] Failing to email large attachment with Python on Windows XP

2013-02-13 Thread Tim Roberts
newtechnologybooks wrote: > > > I'm struggling with sending a 100mb text file using Python running on > a Windows XP client. > I do not doubt it. Most SMTP servers block attachments that large. > I was able to deliver 20mb files with this script, but failed when > trying 100mb files. That's fu