Rafael Copquin wrote on 2011-10-27: > My client uses XP Prof SP2 and Windows Live Mail for emailing. > > My app needs to email a zip file to headoffice and I want it to use > Windows LiveMail automatically (ie, attach the file and send it to head > office with minimum user intevention) > . > What can I use, and how. It has to be free. > > Will appreciate any leads, help, advice, etc > > Rafael Copquin >
Rafael, Set up a Linux server with SMTP server (virtualized or real hardware) in the main office that does not allow relaying. Set the port to something other than 25, since some providers block that to prevent spam bots getting out. Create the messages carefully and have all messages that don't match the key:value pair goto NUL, the rest get put into the mailbox you setup. Setup a workstation to check that local server or write code to check that local server and automate the handling of the file. It would be a free solution. The only thing that will burn you is local firewalls detecting outgoing mail and shutting it down. If you already have an SSL capable email process, you can setup the server requiring that type of connectivity. Tracy Pearson PowerChurch Software _______________________________________________ Post Messages to: [email protected] Subscription Maintenance: http://leafe.com/mailman/listinfo/profox OT-free version of this list: http://leafe.com/mailman/listinfo/profoxtech Searchable Archive: http://leafe.com/archives/search/profox This message: http://leafe.com/archives/byMID/profox/[email protected] ** All postings, unless explicitly stated otherwise, are the opinions of the author, and do not constitute legal or medical advice. This statement is added to the messages for those lawyers who are too stupid to see the obvious.

