I have an application where I have a simple form for collecting data, and then you want to send an email containing this data to a specific email address.
Ideally, I would just like it to be transparent to the user - they just click submit / send and the email will be automatically created and sent in the background to this email address without knowing the user.
I am getting a tutorial on this use using objective-C, but I want to implement this using Swift.
Is there a recommended way to send email in the background?
source share