How to send email using Objective-C code?
The email should contain:
1. Recipient email (duh)
2. Subject
3. Message
Thanks in advance
Arcus2 wrote:
Im trying to send an email from my cocoa touch application using objC code. Is this possible?
How to send email using Objective-C code?