I'm sorry, didn't mean to be flip. I would never install a webserver just to send mail. Python also has good ftp (ftputils) and ssh (paramiko). Will work on aix and windows.
On 9/12/10, Steve Romanow <[email protected]> wrote: > There is an smtlib built in. You can call it just as easy as anything > else. Python is always the answer. ;) > > On 9/12/10, Symeon Breen <[email protected]> wrote: >> What could be simpler than the shell commands i gave examples of - why >> would >> you complicate it with a python script ? >> >> >> >> -----Original Message----- >> From: [email protected] >> [mailto:[email protected]] On Behalf Of Steve Romanow >> Sent: 12 September 2010 21:11 >> To: U2 Users List >> Subject: Re: [U2] EMailing from Universe >> >> Python script will make quick work of this. >> >> On 9/12/10, Symeon Breen <[email protected]> wrote: >>> If you are on linux use either mutt or mail >>> >>> e.g. EXECUTE "!mutt -a {fileToAttach} -s {subject} >>> emailaddress,emailaddress2 < /dev/null" >>> >>> or EXECUTE '!echo "hello world" | mail -s {subject} emailaddress" >>> >>> we send thousands of mails every week using this method. >>> >>> >>> >>> >>> -----Original Message----- >>> From: [email protected] >>> [mailto:[email protected]] On Behalf Of Mark Warner >>> Sent: 12 September 2010 04:31 >>> To: [email protected] >>> Subject: [U2] EMailing from Universe >>> >>> We're started a project where a client wants to email statements to >>> their >>> customers. Has anyone done this with success, and if so, can you point >>> me >>> in a direction? >>> >>> >>> >>> _______________________________________________ >>> U2-Users mailing list >>> [email protected] >>> http://listserver.u2ug.org/mailman/listinfo/u2-users >>> >>> _______________________________________________ >>> U2-Users mailing list >>> [email protected] >>> http://listserver.u2ug.org/mailman/listinfo/u2-users >>> >> >> -- >> Sent from my mobile device >> _______________________________________________ >> U2-Users mailing list >> [email protected] >> http://listserver.u2ug.org/mailman/listinfo/u2-users >> >> _______________________________________________ >> U2-Users mailing list >> [email protected] >> http://listserver.u2ug.org/mailman/listinfo/u2-users >> > > -- > Sent from my mobile device > -- Sent from my mobile device _______________________________________________ U2-Users mailing list [email protected] http://listserver.u2ug.org/mailman/listinfo/u2-users
