d to use the Outlook's
own sent mail event to see this, and then identify the message
Can't work out what I am supposed to be giving MAPIUtils as an object,
though
Thoughts gratefully received.
Nigel
-Original Message-
From: Steven Manross [mailto:[EMAIL PROTECTED]
Sent: 02 F
. Anyone got any ideas (code below) - thanks
nigel
use Win32::OLE qw(EVENTS);
my $sItem = Win32::OLE->CreateObject("Redemption.MAPIUtils");
Win32::OLE->WithEvents($sItem, \&Event, 'IMAPIUtils' );
Win32::OLE->MessageLoop();
sub Event {
my ($Obj,$Event,@Args
cepts mail quite
happilly from my email client.
It just dosen't seem to relay it anywhere,
though.
All help and advice gratefully
received.
Cheers
Nigel
#!perl
use Carp; use
Net::SMTP::Server; use Net::SMTP::Server::Client; use
Net::SMTP::Server::Relay;
$server = new
the way
I have particular problem in that my local port 110
is already being hogged by the Norton POP proxy.
Thoughts gratefully received
Cheers
Nigel