How to command line perl mail client for Microsoft exhange?

How to command line perl mail client for Microsoft exhange?

am 24.04.2008 06:07:53 von a-siehei

--_000_EB070C90E3B48C4F97C7AC252BACE9E71B45CDF08ENAEXMSGC125 re_
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: quoted-printable

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 s=
erver. 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 serve=
r?

Thanks,
Siegfried

--_000_EB070C90E3B48C4F97C7AC252BACE9E71B45CDF08ENAEXMSGC125 re_--

Re: How to command line perl mail client for Microsoft exhange?

am 24.04.2008 06:51:05 von chas.owens

On Thu, Apr 24, 2008 at 12:07 AM, Siegfried Heintze (Aditi)
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 port. You can test this by telneting to the Exchage server on
port 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 important skill a programmer can have is the ability to read.

--
To unsubscribe, e-mail: beginners-unsubscribe@perl.org
For additional commands, e-mail: beginners-help@perl.org
http://learn.perl.org/