Python To Send Emails Via Outlook Express

Max M maxm at mxm.dk
Mon Dec 20 08:44:59 EST 2004


ian at kirbyfooty.com wrote:
> Hi Steve,

> When it comes to sending emails the user has the option of sending them
> via smtp, or via there email client (eg outlook express).
> I prefer the send method as this makes setting up the email parameters
> a lot easier for the user.


If Outlook Express cannot be automated through COM, you are in abind. 
Maybe you should shange your tactics.

What about just fetching the settings from the client?

That way the send function will be the same, and you can control it. But 
the server settings could be fetched from the different clients.

It is probably much simpler to find those than it is to use them as the 
sender.

Most email clients can fetch the settings from other mail clients, so 
it's been done before.

-- 

hilsen/regards Max M, Denmark

http://www.mxm.dk/
IT's Mad Science



More information about the Python-list mailing list