How to send a EML file as email using python script to list of emails one at a time?

Posted by affan on Stack Overflow See other posts from Stack Overflow or by affan
Published on 2010-05-20T06:23:44Z Indexed on 2010/05/20 7:10 UTC
Read the original article Hit count: 277

Filed under:
|
|

I want to write a simple python script that send a EML file exported from Outlook though given smtp server as email to a given list of emails. I know how to send a simple email but sending a EML file as email is not something i could do and could not find it on Google. Can anyone help me with that. The EML file is actually in HTML format with embedded images. Any alternate suggestion is also welcome.

© Stack Overflow or respective owner

Related posts about python

Related posts about linux