openframeworks

FacebookTwitter

View topic - sending email with file attachments

don't have very much time to modify it, but it should be easy... in ofxMailUtils the content is set in the poco mail message by calling setContent. that makes the message a 1 part only. it seems that by using addContent / addAttachment you can create a multipart message. usually files sent as attachments are encoded as base64, can't guess from the documentation if the function automatically does that or you need to encode the files before the docs for the mailmessage are in: http://www.appinf.com/docs/poco/Poco.Ne ... ssage.html http://forum.openframeworks.cc/index.php?&topic=3106.0

jwSMTP | MumbleFace.net

http://www.mumbleface.net/jwsmtp latest release V1.32.15 md5sum: 8f634f3be6118dc5fb2f43fb5e25af36 jwSMTP is a C++ library/code (GPL license) to facilitate sending email programmatically. New in version 1.32.3 send mail in html format. All you need worry about is who the mail is from, who to send it to and the message itself, no network coding necessary. jwSMTP can send attachments, send to multiple recipients including BCC CC recipients. LOGIN & PLAIN SMTP authentication.
http://forum.openframeworks.cc/index.php?&topic=1474.0

View topic - Printing direct from OF (via CUPs, OSX example)

Hey All, I couldn't find any examples of how to print from OF, so I spent today working out how to do it. Download gutenprint-5.2.3.tar.bz2 from