Sending Mail via Extended MAPI
John J. Lee
jjl at pobox.com
Fri Jul 30 16:02:50 EDT 2004
More information about the Python-list mailing list
Fri Jul 30 16:02:50 EDT 2004
- Previous message (by thread): Sending Mail via Extended MAPI
- Next message (by thread): Interactive Python
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
David Fraser <davidf at sjsoft.com> writes: > Does anyone have an idea how to send mail via the win32 mapi > extensions that come with pywin32? It's very easy using Simple MAPI, > but unfortunately brings up dialog boxes inn various versions of > Outlook with security patches etc. It doesn't seem obvious from any > documentation and the spambayes classes (which are cited as a good [...] I think that's the idea. Microsoft's plan to is to make the API for sending mail without user intervention so incredibly complicated and pulverisingly dull that the even the virus authors can't be bothered... IIRC, there's a commercial COM server that wraps up Extended MAPI and exposes a clone of the Simple MAPI interface. John
- Previous message (by thread): Sending Mail via Extended MAPI
- Next message (by thread): Interactive Python
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list