Can Email field in a database connect to a E mail buttom?

How can I connect a button to send emails to an email field in a database?

:camera:

Hi,
you can use the instructions here for sending an email on form submission and adapt it to your needs. E.g. instead of setting the email as a constant, make it a variable taken from the database.

Thanks… I’ll chek it now…