Hello everyone.
on my app I have a page where the user will enter data that will be send on the summary pages.
is it possible to send this data by mail with mail-composer but without it goes through the native email of the smartphone.
in more clear I would like it to be sent as soon as the user click on the button validated.
thank you in advance.
ludo
peut-etre renvoyer la donnée à un serveur backend qui lui envoie le mail ?
Des services comme Mailgun et Formspree sont disponibles, ils mettent à disposition des API Rest avec quoi on peut envoyer un email, certains sont payants.
Sinon, il est fesable de créer son propre webservice hébergé quelque part. Tous technos/langages pour backend doivent permettre d’en développer.