开发者

Send email with content without using webservice in iPhone app

开发者 https://www.devze.com 2023-02-12 02:25 出处:网络
In my app I need to send the email to the mail id provided by the user with predefined content. 开发者_StackOverflow社区

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

0

精彩评论

暂无评论...
验证码 换一张
取 消