Path: csiph.com!usenet.pasdenom.info!weretis.net!feeder1.news.weretis.net!feeder.erje.net!eu.feeder.erje.net!newsfeed.freenet.ag!news2.euro.net!newsgate.cistron.nl!newsgate.news.xs4all.nl!post.news.xs4all.nl!not-for-mail Return-Path: X-Original-To: python-list@python.org Delivered-To: python-list@mail.python.org X-Spam-Status: OK 0.054 X-Spam-Evidence: '*H*': 0.89; '*S*': 0.00; 'subject:file': 0.07; 'subject:using': 0.09; 'unix,': 0.09; 'programs.': 0.11; 'from:addr:torriem': 0.16; 'from:name:michael torrie': 0.16; 'subprocess': 0.16; 'wrote:': 0.17; 'module': 0.19; 'command': 0.24; 'header:In-Reply-To:1': 0.25; 'header:User-Agent:1': 0.26; 'notes': 0.30; 'file': 0.32; 'to:addr:python-list': 0.33; 'server': 0.35; 'smtp': 0.35; 'pm,': 0.35; 'continue': 0.35; 'received:org': 0.36; 'but': 0.36; 'message-id:@gmail.com': 0.36; 'subject:: ': 0.38; 'to:addr:python.org': 0.39; 'received:192': 0.39; 'received:192.168': 0.40; 'header:Received:5': 0.40; 'more': 0.63; 'our': 0.65; 'mail.': 0.69; 'receive': 0.71; 'commands.': 0.84; 'subject:sent': 0.84 X-Virus-Scanned: amavisd-new at torriefamily.org Date: Wed, 05 Dec 2012 08:01:31 -0700 From: Michael Torrie User-Agent: Mozilla/5.0 (X11; Linux i686; rv:10.0.11) Gecko/20121115 Thunderbird/10.0.11 MIME-Version: 1.0 To: python-list@python.org Subject: Re: using smtp sent large file upto 60MB References: <1d8228ff-8f9e-4258-8927-2f964c36d8bf@n5g2000vbk.googlegroups.com> <50BE1990.4020009@shopzeus.com> <85208793-33f5-4ea7-a20c-98436afe0300@m4g2000yqf.googlegroups.com> In-Reply-To: <85208793-33f5-4ea7-a20c-98436afe0300@m4g2000yqf.googlegroups.com> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: General discussion list for the Python programming language List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Newsgroups: comp.lang.python Message-ID: Lines: 9 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1354719704 news.xs4all.nl 6989 [2001:888:2000:d::a6]:48066 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:34283 On 12/04/2012 05:54 PM, moonhkt wrote: > Our SMTP can send file more than 60MB. But our notes server can > configured 100MB,30MB or 10MB. My notes Mail box can receive 100MB. > > In UNIX, by below command send smtp mail. > uuencode $xfn $xfn | mail -s "$SUBJECT" $NAME Just continue to use this set of commands. You can use the subprocess module to interact with these programs.