Alright, so given that this may be coming but “forever” into the future… I’ll rehash a suggestion to anyone’s who STUCK – It’s no ideal solution, but it could work.
- Drop the thought of entering SMTP stuff. I’m not talking about doing that.
Let’s assume we have a hosted web server with PHP that has the built-in ability to send email. Most all web servers do this.
- IN YOUR APP: Create an email-like form:
… You need at least a TO and FROM field…
… depending on your purpose, add a SUBJECT and BODY (editable textbox) field.
- On a tap of the “send” button, send the data to your server. (Again, there’s code in the exchange to upload a binary file to a php script)
- The server will then GENERATE an email and send it. The GENERATED email should likely come from your app domain. It would likely be some type of template …
“So and so has sent you the following attachment from the Way Cool Email Sending App:” …
… That PHP upload script that receives the binary file should be pretty easily modified to send the email (for anyone with a bit of PHP seasoning). (You could incorporate some basic anti-piracy stuff in there, like having the app also send the file size of the app binary – your script could ignore calls where the app’s binary size does not match the known size from a valid install.)
For example, @jammydodger300… your server could easily send the email FROM “invoices@yourappdomain.com” … you could set the REPLY-TO in the email to the person who sent the email.
If you generate a pretty standardized email on the web server, you really can eliminate the spam-ability of it. You’d be mailing a template and filling in the blanks from the app. This would not give someone free range access to an email sending mechanism.
In any case… I’m just pointing out there are ways to accomplish “something” for those who need something now. Obviously the best solution would come from ANSCA … But Carlos has just confirmed the “best solution” has NO eta. 
[import]uid: 13859 topic_id: 12957 reply_id: 58298[/import]