Unable to send email using MFMailComposeViewController in simulator

You CANNOT send mails through Simulator.

Instead you can install the application in device and try from there.

Simulator just displays the composer but wont allow you to send mails. Sent Successfully is just the acknowledgment that your code is fine and there is no issue that terminates it while sending.

Leave a Comment