MFMailComposeViewController
for compose the email,
but what's the API for setting up email account?
MFMailComposeViewController does not include such a method. Applications are expected to call +canSendMail
to query if an account has been set up, and gracefully transition if it has not.