I wish to be able to build a simple email client to send emails.
I checked out the IOS programming 101 tutorial on building an email client using MessageUI framework, but what i want to implement in my app is slightly different.
What i want to achieve is that, when i press a Button, a precomposed email(will be written by me, for example, like YOLO) will be sent directly to the recipient.
Is there anyway i can achieve this?
PS:I do not want the Mail ComposeViewController at all, just a simple button for sending a precomposed mail.
Thanks a lot
Regards