Python Module equivalent to Perl MIME::Lite

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • munisams
    New Member
    • Mar 2008
    • 1

    Python Module equivalent to Perl MIME::Lite

    Can anyone tell me Is there any python module available which functionally equivalent to Perl's MIME::Lite??
    I am searching for a python MIME module which has following features:
    1. Able to send multi-attached docs.
    2. Able to set priority to mail.
    3. Able to send inline images.

    Please suggest some python modules which satisfies above requirements.

    Thanks,
    Srini
  • Subsciber123
    New Member
    • Nov 2006
    • 87

    #2
    Originally posted by munisams
    Can anyone tell me Is there any python module available which functionally equivalent to Perl's MIME::Lite??
    I am searching for a python MIME module which has following features:
    1. Able to send multi-attached docs.
    2. Able to set priority to mail.
    3. Able to send inline images.

    Please suggest some python modules which satisfies above requirements.

    Thanks,
    Srini
    Perhaps twisted python would be worth taking a look into. Not sure that any of its features satisfy your requirements, but it does things like chat, telnet, mail, etc. Might be a good start.

    Comment

    Working...