Email Component (Apps)

An email address that you can tap to send an email

The Email component creates an email link on your app that allows users to send an email.

Configuration

Once we add the email component, link the To field to the column that contains our email addresses. We can also input a custom email address.

The email component creates a rich email link. So in addition to the To field, we can also pre-populate additional fields in our email like the subject, cc, etc. Here's an example!

  • Subject = sets the subject text of the email

  • Body = allows us to add to the main text of your email

  • CC = copy the email to another address

  • BCC = secretly copy the email to another address

For each of these additional fields, we can either bind them to specific columns in your table or we can also use custom content.

Sample Configuration

Check out this sample configuration using the data found on this Google Sheet:

And after we'd bound all the columns to the right properties in Glide, the email link that people would be visiting would be:

mailto:hello%40company.com?subject=Hey%20there!&body=From%20a%20form%20submitted%20on%20**www.website.com**%3A&cc=enquiries%40company.com&bcc=secretemail%40company.com

Last updated