rohan-patel
rohan-patel

Reputation: 5782

Send E-mail from An Application iOS 4.0 and above

I am new at iPhone application development..I am developing an application in which user has to enter E-mail in text box and on clicking button e-mail should be sent to an address..Hope this description is enough to understand my requirements.. "I DO NOT WANT TO OPEN MAIL COMPOSER TEMPLATE.. MAIL SHOULD BE DIRECTLY SENT ON CLICKING BUTTON"

Thanks in advance..

Upvotes: 0

Views: 319

Answers (2)

max_
max_

Reputation: 24481

Write your own Server-Side PHP client to handle emailing. I did this in one of my apps, and it works perfectly.

Upvotes: 1

Deeps
Deeps

Reputation: 4577

You can do from following SkpSMTPMessage.

Upvotes: 2

Related Questions