java - What libraries exist for creating raw multipart emails? -


i ideally set user interface designing emails include text, html, , images, , interface output raw encoded email can pipe mail application, save in database, etc..

are there libraries @ generating raw emails, and/or necessary html?

for example: can create document in ms word (interface) , merge outlook send. ideally i'd jquery based library let me visually create mail, , output result long string.

however, server-based libraries in languages helpful: javascript, ruby, python, java, etc..

i think i'm looking mail generation library (or mentioned in answer below, mime-generation framework

edit: know question pretty general.. if can rephrased better let me know. if asking "facebook", , naive , unrealizable, let me know. useless comments don't add not needed though

python has modules both creating , sending emails in standard library. don't know java or ruby. generating html i'd use html template language. there tons of them python. pick 1 like.


Comments

Popular posts from this blog

java - SNMP4J General Variable Binding Error -

windows - Python Service Installation - "Could not find PythonClass entry" -

Determine if a XmlNode is empty or null in C#? -