Re: Login to MS Exchange to send e-mail
From: Ben Morrow (usenet_at_morrow.me.uk)
Date: 05/30/04
- Next message: TR: "login problems in vsftpd"
- Previous message: Keith Keller: "Re: Recommendations for internal mail server"
- In reply to: Y W Wong: "Re: Login to MS Exchange to send e-mail"
- Next in thread: Grant Edwards: "Re: Login to MS Exchange to send e-mail"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Sun, 30 May 2004 18:08:43 +0000 (UTC)
[DON'T top-post]
Quoth "Y W Wong" <ywwong_hk@hotmail.com>:
> "Petri" <Petri_member@newsguy.com> ¦b¶l¥ó news:c9b1pt0rav@drn.newsguy.com ¤¤
> ¼¶¼g...
> > In article <c9adch$1sjv$1@news.hgc.com.hk>, Y W Wong says...
> > >>>> Ask your exchange admin to start the SMTP-, and IMAP- or
> > >>>> POP3-connectors on the Exchange Server. Then use the usual
> > >>>> mail-modules available from CPAN.
> >
> > >>> I just want to act as a simple script type MS Outlook to
> > >>> send text mail. Anyone know how ?
> >
> > >> Yes. You've just been told how. What part of the answer
> > >> didn't you understand?
> >
> > > I understood the SMTP and POP3 description.
> > > But it doesn't answer my question.
> > > I am asking how to login like MS Outlook, not by POP3 or SMTP.
> > > Hope that someone know what I am asking for.
> >
> > Do you know, yourself?
> > Use POP3 or IMAP to login to your exchange mailbox, just like Outlook
> does.
> > What's the problem?
> >
> > Actually, you probably don't even have to login at all, since you claim
> you only
> > want to send email, and SMTP authentication is not on by default in
> Exchange
> > Server.
> > use Net::SMTP; # Or anyone of the numerous free email modules on CPAN.
>
> How about POP3 cannot be enabled by some reason ?
> I think we have to send to a smarthost by SMTP, is it ?
> My requirement is not to using POP3 nor SMTP to send mail through MS
> Exchange.
> Hope u really understand what I am asking for.
You have already been given an answer to this: the only client that
knows how to talk the Exchange protocol is Outlook, so you have to be
using Win32 and then use Win32::OLE to make Outlook do what you want.
If you just want to send mail you can send it straight to your ISP's
smtp server (which will be a smarthost) using any of the email-sending
modules on CPAN.
Ben
-- If you put all the prophets, | You'd have so much more reason Mystics and saints | Than ever was born In one room together, | Out of all of the conflicts of time. ben@morrow.me.uk The Levellers, 'Believers'
- Next message: TR: "login problems in vsftpd"
- Previous message: Keith Keller: "Re: Recommendations for internal mail server"
- In reply to: Y W Wong: "Re: Login to MS Exchange to send e-mail"
- Next in thread: Grant Edwards: "Re: Login to MS Exchange to send e-mail"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|