0

Possible Duplicate:
Send mail without MFMailComposeViewController
iphone app send email
How i send email from IPhone?

I want to give an option to send email from my app without using MFMailComposer.

some thing like give the user 3 UITextField and get the subject,body, email address from there.

it is possible?

Community
  • 1
  • 1
YosiFZ
  • 7,792
  • 21
  • 114
  • 221
  • This question is a dupe: http://stackoverflow.com/q/4524549/840973 - I submitted the wrong question when flagging however this question is the dupe I intended to flag as – Alex Coplan Dec 27 '11 at 14:00
  • Can you please check this link.. it will surely help you to fix up the problem. Thanks, Jigar http://stackoverflow.com/questions/1263412/send-mail-without-mfmailcomposeviewcontroller – Jigar Pandya Dec 27 '11 at 14:04

1 Answers1

0

You can setup a server side script to send through. You could also use a class to send direct thru smtp, but the security is not the best this way.

box86rowh
  • 3,415
  • 2
  • 26
  • 37