Hi @domhnallohanlon, what about if you want to inform (by email) to one customer that one âprofessionalâ for example has accepted his request in the APP? It is important that the APP (from the appâs email)can inform to customer.
So it is not silently and secretly sending emails through the userâs email but informing through the APPâs email.
@danibarzo16i718 please use the Edit button rather than creating multiple posts in the future, thanks. Iâve merged your posts into one for you this time.
If itâs all in the app then you donât need access to email at all, right?
For example, the customer places an order through your app and that order gets sent to some backend service - in this case letâs say Airtable. You could then use something like IFTTT or Integromat to send an email to the store/service provider with the order details.
I suppose so. The subject of the email says âFB for flightrackerâ but it doesnât alert the App user that an email is being sent this way. Thereâs just a submit button and it completes an api call to my script. The script send the email to me.
In my experience with these scripts I would associate my own email address with it, and then I can do additional filtering etc in my inbox based on things like the subject line, like youâve mentioned.
aha! I actually created a gmail account for the app itself. idk how long it will last but it was only for testing purposes to make sure i could do that.
The from would be âappname@gmail.comâ subject: âappName feedbackâ body: {sender: âemail if providedâ, body: âwhatever the user typedâ}
absolutely! I do use this in my first big project! Integromat was limited. i was able to get some workarounds by limiting when it ran. Iâll see what I can do this week! I am working on another project rn.
I would be happy to put together a tutorial for âTwo ways to send email from your app!â
Yes @domhnallohanlon, that is exactly what i want to do. Send automated mails (from appname@gmail.com) when the user trigger the condition (for example accepting one published request in the APP). Sorry if i was not clear at the beginning!