Send email with content without using webservice in iPhone app
In my app I need to send the email to the mail id provided by the user with predefined content.
开发者_StackOverflow社区This has to be done internally without the interaction of the user i.e, as soon as user enters email id in the provided textfield and clicks send button, the mail with content has to sent to that mail-id.
Can this be done without using any webservice. Please help me out in this.
Thanks in advance,
Hanu
I have achieved this with SMKSMTPMessage - a library that allows you to send an email with attachments if required from code, without any user interaction required
精彩评论