in reply to does MIME::Lite or Net::SMTP provide forward mail function ..... ANY OTHER OPTIONS ??
Corion is right. Your question is very unclear. I guess asking for a perl module/script to do mail forwarding is the equivalent of asking for a perl module to change a lightbulb. It could be done, but there exist easier ways. In most mail servers that run in a UNIX environment, simply having a file named ".forward" in your home directory would forward any mail to the contents of the file if they were an email address, or to a shell process that you could specify via |. I doubt there's something similar to this in the Win32 environment, but setting up mail forwarding on an Outlook server seems like it should be very trivial. So writing a script seems to be kind of pointless (in my opinion).
But, assuming you really want to forward mail, you'd need to do the following:
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: does MIME::Lite or Net::SMTP provide forward mail function ..... ANY OTHER OPTIONS ??
by Ah CHU (Initiate) on Mar 11, 2001 at 21:31 UTC | |
|
Re: Re: does MIME::Lite or Net::SMTP provide forward mail function ..... ANY OTHER OPTIONS ??
by Ah CHU (Initiate) on Mar 11, 2001 at 21:31 UTC | |
by $code or die (Deacon) on Mar 11, 2001 at 22:14 UTC |