Re: How to command line perl mail client for Microsoft exhange?
by chas.owens@[EMAIL PROTECTED]
(Chas. Owens)
Apr 24, 2008 at 12:51 AM
On Thu, Apr 24, 2008 at 12:07 AM, Siegfried Heintze (Aditi)
<a-siehei@[EMAIL PROTECTED]
> wrote:
> I started installing Mail::Sender, Mail::Send and Mail::Util and
discovered it is prompting me for a default SMTP server as part of the
installation server. Well I go to outlook and view my account settings and
discover that I'm connect to an exchange server. Is that what I specify for
my SMTP server?
IIRC, Exchange acts like an ESMTP server when contacted on the normal
SMTP ****t. You can test this by telneting to the Exchage server on
****t 25 (telnet exchangeservername 25 in cmd.exe). You can also try
just putting the name of the Exchange server in where it expects the
SMTP server. You may need to configure the Exchange server to allow
this feature.
--
Chas. Owens
wonkden.net
The most im****tant skill a programmer can have is the ability to read.