Advice on auto-emailing of a photo

Hey all, I’m new to Thunkable and trying to figure out the best way to get this flow accomplished.

The short of it is, I need the user to be able to take a photo, confirm the photo is acceptable and then, via one single click, have the photo automatically emailed to a pre-set email address with a pre-set subject line.

I don’t want to use the Sharing method because I want to make it as easy as possible for the user to get it done quickly and smoothly without having to go through too many steps.

If any has any ideas on the best way to get this done, please reply. It would really be appreciated.

All the best,
Mark

Hello,

I see something like this way of automating this task.

  1. You take a photo.
  2. After confirming its use (on the screen of the frame) you display it in Image and save it in MediaDB.
  3. After viewing the photo, press the “Send” button (confirm the photo) and call the server script (php), which as a parameter pass the link to the photo that MediaDB returned and the parameters of the address to send.
  4. The server script receives the request and sends email automatically.

Alex

1 Like