JNudell has asked for the wisdom of the Perl Monks concerning the following question:
I would like suggestions.
Here is what I am trying to do:
I would like to have an application that reads e-mail as it comes in (from an MS Exchange Server), converts the subject and the body of the text to be placed in a template (used by another program for helpdesk tickets), then sends the mail via SMTP to another mail account.
The application needs to run in the background as a service, and has to log on as a service to the machine that it will be run on (That way the default Exchange profile can be used.)
Here's what I've found to be useful so far:
win32::MAPI
win32::API
Net::Telnet (Instead of Net::SMTP, I don't know why, just did)
I think the real issue will be the running as a service user for the exchange profile so that the Win32::MAPI module works properly.
Any ideas/suggestions? :-)
-Josh
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: MAPI & Windows 2000 Service Daemon
by $code or die (Deacon) on Aug 30, 2001 at 05:03 UTC | |
|
Re: MAPI & Windows 2000 Service Daemon
by HamNRye (Monk) on Aug 30, 2001 at 03:34 UTC |