Re: [python-win32] mapisend.py - How does it work?

2005-11-17 Thread Gregory Piñero
Thanks for all the help guys.  It turns out that their exchange server does act as an SMTP server.  So I'll just go that route for now. -Greg On 11/15/05, Joshua Kaderlan <[EMAIL PROTECTED]> wrote: On 2005-11-16 12:23 +1100, Mark Hammond <[EMAIL PROTECTED]> wrote:>> > B. I was asked to send emails

Re: [python-win32] mapisend.py - How does it work?

2005-11-15 Thread Joshua Kaderlan
On 2005-11-16 12:23 +1100, Mark Hammond <[EMAIL PROTECTED]> wrote: > > > B. I was asked to send emails through my company's exchange server. (will > > this count?) > > Any pointers on how to do this otherwise? > > If your exchange server is acting as an SMTP server you could just use > smptlib.

Re: [python-win32] mapisend.py - How does it work?

2005-11-15 Thread Mark Hammond
> Specifically I was wondering: > Does it require that I have outlook installed? It requires outlook plus the "simple mapi", or "cdo" libraries. These are an optional component of the office 2000 install that is de-selected by default (ie, you need to explicitly install it). Worse, for later Out

[python-win32] mapisend.py - How does it work?

2005-11-15 Thread Gregory Piñero
Would anyone be kind enough to explain a bit about how this Python24\Lib\site-packages\win32comext\mapi\demos\mapisend.py demo program works? Specifically I was wondering: Does it require that I have outlook installed? Does it require that there is an exchange server somewhere? What is the role of