using smtp sent large file upto 60MB

Michael Torrie torriem at gmail.com
Wed Dec 5 10:01:31 EST 2012


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.



More information about the Python-list mailing list