Home > Archive > PERL Beginners > February 2005 > Send email to microsoft exhange distribution list
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
Send email to microsoft exhange distribution list
|
|
| Hany Nagaty 2005-02-18, 8:56 am |
| I have a small question.
Using Perl, I'd like to send an email to an exchange distribution list. How can it
be done. Is there a module that acts like an outlook client to connect
to the exchange server. I've searched a lot on CPAN but couldn't find
anything. I want to use it from Linux and not Windows.
Would appreciate a lot your help.
| |
| Chris Devers 2005-02-18, 8:56 am |
| On Fri, 18 Feb 2005, Hany Nagaty wrote:
> I have a small question.
>
> Using Perl, I'd like to send an email to an exchange distribution
> list. How can it be done. Is there a module that acts like an outlook
> client to connect to the exchange server. I've searched a lot on CPAN
> but couldn't find anything. I want to use it from Linux and not
> Windows.
Is it not listening to standard SMTP ?
Can you not just send an email to distlist@exchangehost ?
If you can, you have lots and lots and lots of options.
If you can't... I'm not even sure where to start with this...
Please clarify.
--
Chris Devers
| |
| Joel Merrick 2005-02-18, 3:56 pm |
| On Fri, 2005-02-18 at 06:49 -0500, Chris Devers wrote:
> On Fri, 18 Feb 2005, Hany Nagaty wrote:
>
>
> Is it not listening to standard SMTP ?
>
> Can you not just send an email to distlist@exchangehost ?
Yea, surely that's the easiest way? I don't know if you can do
exchange-like RPC with Perl (probably!) :)
>
> If you can, you have lots and lots and lots of options.
>
> If you can't... I'm not even sure where to start with this...
>
> Please clarify.
>
>
>
> --
> Chris Devers
>
--
Joel Merrick
|
|
|
|
|