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.
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to