I know that I can use MFMailComposeViewController and MFMailComposeViewControllerDelegate to pop up email composer template with my to/from/subject settings and user can edit these settings and click send button.
Reference links: How can I send mail from an iPhone application Iphone send email from application http://developer.apple.com/library/ios/#samplecode/MailComposer/Introduction/Intro.html
...but my requirements are different. I want to develop a form (user inquiry/feedback form) where user need not to special to/from address rather they input their details and click send button. For example, form given at http://www.connectjets.com/quote.html
Is there anyway such that the mail composer template won't pop up and I can send an email directly?
Thanks.