Sending Email With Swift [closed]
how would you send an email with swift in an app. Like say for example your user want's to reset their password in a social media application with Parse(or not), but you don't wan't to use MessageUI because you want it to be automatic. I've done some research and found out that it can be possible with mailgun but i cannot figure out how to use it with swift and XCode 6. Can you please help me? Mohammad Nurdin Sure you can. import Foundation import UIKit import MessageUI class ViewController: ViewController,MFMailComposeViewControllerDelegate { @IBAction func sendEmailButtonTapped(sender: