On 12月5日, 下午11時01分, Michael Torrie <torr...@gmail.com> wrote: > 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.
OK. Will try using subprocess. -- http://mail.python.org/mailman/listinfo/python-list