Hi guys,
I've made a simple wrapper around the Postmark API. It lets you send
emails without dealing with a SMTP server.
You can read about it here:
http://developer.postmarkapp.com/developer-libs.htmlhttp://developer.postmarkapp.com/developer-build.htmland there:
http://articles.tulipemoutarde.be/send-email-from-pharo-with-postmarkIt's pretty simple and naive implementation but it gets the job done.
I'll add email attachements when I will need it.
Francois