I had a couple of customers that wanted to forward their email accounts to other ISPs... like AOL and Hotmail (dunno why, but hey... they're paying for it).
Anyhow, you can add a forward to the mailproc.tab... sure... but what about existing emails in their mailbox? No built-in utility to easily send them all to the new address. So, I wrote an application, that will send all emails in a folder to another email address. In essence, it does a sendmail.exe for each file in the folder. Anyone want me to bother publishing this? Of course it is Win32 only (written in .NET 1.1) The command is run by: XMail-Forward.exe MAILFROM RCPTTO Folder Example (this may show up on two lines): XMail-Forward.exe [EMAIL PROTECTED] [EMAIL PROTECTED] c:\mailroot\domains\domain\user\mailbox Also, it deletes the emails as it sends them. Don't worry, the email itself isn't modified. The original From: and To: are maintained. The MAILFROM and RCPTTO are just for the SMTP sessions to work. ------------------------------------------------------------ Jason J Ellingson Technical Consultant 615.301.1682 : nashville 612.605.1132 : minneapolis www.ellingson.com [EMAIL PROTECTED] - To unsubscribe from this list: send the line "unsubscribe xmail" in the body of a message to [EMAIL PROTECTED] For general help: send the line "help" in the body of a message to [EMAIL PROTECTED]
