# How do you change the email from in the email component?

**URL:** https://community.glideapps.com/t/how-do-you-change-the-email-from-in-the-email-component/21085
**Category:** Ask for Help
**Created:** [January 12, 2021, 6:32pm UTC](https://community.glideapps.com/t/how-do-you-change-the-email-from-in-the-email-component/21085 "2021-01-12T18:32:30Z")
**Posts on this page:** 8
**Page:** 1

<div class="post-metadata">

### Author: ![Cisco\_Muratalla](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/cisco_muratalla/32/12358_2.png) [@Cisco\_Muratalla](https://community.glideapps.com/u/Cisco_Muratalla)
#### Post date: [January 12, 2021, 6:32pm UTC](https://community.glideapps.com/t/how-do-you-change-the-email-from-in-the-email-component/21085/1 "2021-01-12T18:32:30Z")

</div>

What and how is the default email address obtained for sending emails from? I want to control and change which email account is used when my app generates an email message to send.

Use case: user has work apps and personal apps on a mobile phone, some should generate email as sent from users work email and others as sending from personal email address.

---

<div class="post-metadata">

### Author: ![ThinhDinh](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/thinhdinh/32/49_2.png) [@ThinhDinh](https://community.glideapps.com/u/ThinhDinh)
#### Post date: [January 13, 2021, 12:50am UTC](https://community.glideapps.com/t/how-do-you-change-the-email-from-in-the-email-component/21085/2 "2021-01-13T00:50:56Z")

</div>

Correct me if I’m wrong, but isn’t the email component specifying only the “to” field? The “from” field depends on whatever email you’re using for your Email app on the device.

---

<div class="post-metadata">

### Author: ![Cisco\_Muratalla](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/cisco_muratalla/32/12358_2.png) [@Cisco\_Muratalla](https://community.glideapps.com/u/Cisco_Muratalla)
#### Post date: [January 13, 2021, 2:02am UTC](https://community.glideapps.com/t/how-do-you-change-the-email-from-in-the-email-component/21085/3 "2021-01-13T02:02:20Z")

</div>

You are correct, you can ‘input’ the ‘mailto’ address.

Ok so specific to my iPhone, lets use the (3) email addresses below:

[cisco@gmail.com](mailto:cisco@gmail.com)  
[cisco@icloud.com](mailto:cisco@icloud.com)  
[cisco@work.com](mailto:cisco@work.com)

on my phone I have the iOS default Mail app connected to icloud & work emails and work email is the default

I have my gmail email connected with gmail app

so appears that in all cases any emails from my apps will generate a draft email using the default email address on the native iOS Mail app (my [work.com](http://work.com) email address)

I can test this by changing the default email address to my icloud email address and see if that changes the address that the draft email is generated with.

so then it appears you cannot control or change the ‘email from’ address within Glide itself.

---

<div class="post-metadata">

### Author: ![Pablo\_books](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/pablo_books/32/2110_2.png) [@Pablo\_books](https://community.glideapps.com/u/Pablo_books)
#### Post date: [January 13, 2021, 2:25am UTC](https://community.glideapps.com/t/how-do-you-change-the-email-from-in-the-email-component/21085/4 "2021-01-13T02:25:57Z")

</div>

The email component is for the user to send an email, not for you to send an email. For that, please use the send email action.

---

<div class="post-metadata">

### Author: ![Cisco\_Muratalla](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/cisco_muratalla/32/12358_2.png) [@Cisco\_Muratalla](https://community.glideapps.com/u/Cisco_Muratalla)
#### Post date: [January 13, 2021, 2:41am UTC](https://community.glideapps.com/t/how-do-you-change-the-email-from-in-the-email-component/21085/5 "2021-01-13T02:41:25Z")

</div>

Got it. So as the user of the app when I click the button a email is generated for me to send, as the user, as the user how can I choose which email is used as the send from email account?

---

<div class="post-metadata">

### Author: ![Pablo\_books](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/pablo_books/32/2110_2.png) [@Pablo\_books](https://community.glideapps.com/u/Pablo_books)
#### Post date: [January 13, 2021, 2:42am UTC](https://community.glideapps.com/t/how-do-you-change-the-email-from-in-the-email-component/21085/6 "2021-01-13T02:42:11Z")

</div>

That’s exactly it, Cisco!

---

<div class="post-metadata">

### Author: ![Cisco\_Muratalla](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/cisco_muratalla/32/12358_2.png) [@Cisco\_Muratalla](https://community.glideapps.com/u/Cisco_Muratalla)
#### Post date: [January 13, 2021, 1:03pm UTC](https://community.glideapps.com/t/how-do-you-change-the-email-from-in-the-email-component/21085/7 "2021-01-13T13:03:03Z")

</div>

Thank you @Pablo_books

Sorry for the poorly formulated question. My question should have been more clearly asked this way:

**Question:** How do you change the default send from email address using the Glide email component?

**Answer:** You can’t.

**Reason:** The send from email address is controlled by the email client on the device. Glide can not change the email clients default email address. Glide simply creates an email link that launches the devices default email client, which populates the send from email address based on default email address.

**Alternate Solution:** [Send emails from a different address or alias - Gmail Help](https://support.google.com/mail/answer/22370?hl=en)

---

<div class="post-metadata">

### Author: ![NoCodeAndy](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/nocodeandy/32/62530_2.png) [@NoCodeAndy](https://community.glideapps.com/u/NoCodeAndy)
#### Post date: [January 17, 2024, 4:58pm UTC](https://community.glideapps.com/t/how-do-you-change-the-email-from-in-the-email-component/21085/8 "2024-01-17T16:58:25Z")

</div>


