Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Send an email from my app without using MFMailComposeViewController

Tags:

email

ios

Is it possible to send an automatically generated email using my own email address to another email address of mine by clicking a button?

I tried to use MFMailComposeViewController but another view appeared. Can I do it without this view?

like image 641
The Fonz Avatar asked May 07 '26 02:05

The Fonz


1 Answers

You can do it only by creating own server-side mailer. On button clicking you have to send request with all needed data (email address, body, subject, etc) and server will send mail.

If You want send directly from app - MFMailComposeViewController is the only LEGAL way

like image 195
in.disee Avatar answered May 09 '26 16:05

in.disee



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!