Link to home
Start Free TrialLog in
Avatar of BrianFord
BrianFordFlag for United States of America

asked on

Send Email from iOS Swift 3

Is it possible to send an In-App email from iOS Swift 3 app without it opening a new email message window that the user needs to click 'Send'

I've tried using MessageUI and MFMailComposeViewController but it opens an email message window.

The from and To address will always be the same in my app and I just ned the message to be sent without user intevention
ASKER CERTIFIED SOLUTION
Avatar of Hamidreza Vakilian
Hamidreza Vakilian

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of BrianFord

ASKER

thanks