Use code to send email from iOS app

How would I use Swift to send email from an app without using MFMailComposeViewController or any UI except perhaps my own?

You send a message to a webservice which sends the email.

If you’re asking how to send an email from the user’s email address, you use an MFMailComposeViewController.

This topic was automatically closed after 166 days. New replies are no longer allowed.