> Any easy way to alter / improve(?) utils.sendmail so it supports > attachments?
If you want full e-mail capability, with attachments, inline images for an HTML part, attachments (from file or memory), background (non-blocking) delivery, full logging, and text encoding handling for both headers (e.g. names, subject) and body, check out TurboMail: http://www.python-turbomail.org/ It’s a library I developed a long time ago to simplify the Python native and somewhat schizophrenic method of wrangling mail. (You can still deliver blocking, if you want.) Have a great day, — Alice. -- You received this message because you are subscribed to the Google Groups "web.py" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/webpy?hl=en.
