开发者

Automatic email from iphone application

开发者 https://www.devze.com 2023-03-24 14:22 出处:网络
I have seen some 开发者_运维百科similar questions here on stack-overflow, but in my application i want when user click on confirm button automatic email go to the email id specified in the form with o

I have seen some 开发者_运维百科similar questions here on stack-overflow, but in my application i want when user click on confirm button automatic email go to the email id specified in the form with other details.

How can i implement this.


You could just make a post request to a server and have the server then send the email.


You cannot send emails automatically without sending the user to the mail application. You could however, take advantage of a third party service like Amazon Simple Email Service http://aws.amazon.com/ses/ to send the message.

0

精彩评论

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