Re: Login to MS Exchange to send e-mail

From: Ben Morrow (usenet_at_morrow.me.uk)
Date: 05/30/04


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'


Relevant Pages

  • Re: Exchange smarthost for SBC ADSL users
    ... I use Time Warners smtp as my smarthost and it works fine. ... > Without seeing the specific's of your setup, There may be issues with the second connector or the first and second may not be interacting correctly...not sure. ... > Outlook, with standard port 25 and no SPA/TLS. ... >> The SMTP server in question is the one used in Outlook, ...
    (microsoft.public.windows.server.sbs)
  • Re: Exchange smarthost for SBC ADSL users
    ... I'm having no luck forwwarding through smarthost. ... > Without seeing the specific's of your setup, There may be issues with the second connector or the first and second may not be interacting correctly...not sure. ... > Outlook, with standard port 25 and no SPA/TLS. ... >> The SMTP server in question is the one used in Outlook, ...
    (microsoft.public.windows.server.sbs)
  • Re: Exchange smarthost for SBC ADSL users
    ... I used their original username/password in attempting the smarthost ... Without seeing the specific's of your setup, There may be issues with the second connector or the first and second may not be interacting correctly...not sure. ... Outlook, with standard port 25 and no SPA/TLS. ... > The SMTP server in question is the one used in Outlook, ...
    (microsoft.public.windows.server.sbs)
  • Re: Massenmail per Exchange verschicken
    ... >Outlook hat schon eine Grenze für An/CC und BCC Felder. ... Smarthost eingetragen. ... >> anschliessend von Outlook verschickt oder von Exchange ...
    (microsoft.public.de.german.exchange2000.general)
  • Re: Smarthost Question
    ... My question is that instead of creating a Smarthost for the AOL accounts ... Since I need to authenticate to send out mail using Outlook Express, ... would also need to put the credidentials on the Advanced tab. ... and let Exchange send the email. ...
    (microsoft.public.windows.server.sbs)

Loading