Hi All,
Good morning,
Can anybody help me out in following problem:
I want to send an Email from my iPhone application. I have heard about the fact that iPhone SDK doesn't have any mailing API to send mail. In this case, what are the different ways to achieve this facility. But i don't want to use the following code because it will exit my application, as iPhone only support one application at a time.
NSString *url = [NSString stringWithString: @"mailto:[email protected][email protected]&subject=Greetings%20from%20Cupertino!&body=Wish%20you%20were%20here!"];
[[UIApplication sharedApplication] openURL: [NSURL URLWithString: url]];
Thanks & Regards
Khushi