Is there any way to send a mail from within my iPhone application?
Posted
by Mustafa
on Stack Overflow
See other posts from Stack Overflow
or by Mustafa
Published on 2009-02-16T12:06:03Z
Indexed on
2010/04/08
6:33 UTC
Read the original article
Hit count: 368
I want to send an email from within my iPhone application, primarily because i don't want to quit my application. Is there ANY way to do that?
Solution:
1) I found this open source API which does that: http://code.google.com/p/skpsmtpmessage/
Anyone can write their own smtp client for this purpose. (If you can invest that much time - that is)
2) Use a web service to send the message details and handle message sending functionality at server end.
Thanks.
© Stack Overflow or respective owner