I've written an app for viewing information/reports generated off a local SQLite database via a Bottle web server interface. It works well and pull down updated databases from Dropbox etc.
I've also got a facility whereby it can send an HTML report via email from my gmail account.
However, I need to distribute it in a MS Exchange corporate environment, so it would be much cleaner if I could send directly via my Exchange account.
I can't seem to get it to work though. Ideally I'd like to leverage the ios mail client and credentials.
Any ideas?
Thanks
Ken