# What is a E-mail Adress Validator

**URL:** https://community.thunkable.com/t/what-is-a-e-mail-adress-validator/3156839
**Category:** Off Topic
**Created:** [August 24, 2024, 12:13pm UTC](https://community.thunkable.com/t/what-is-a-e-mail-adress-validator/3156839 "2024-08-24T12:13:42Z")
**Posts on this page:** 2
**Page:** 1

<div class="post-metadata">

### Author: ![praykoiralaAppcoder](https://avatars.discourse-cdn.com/v4/letter/p/d2c977/32.png) [@praykoiralaAppcoder](https://community.thunkable.com/u/praykoiralaAppcoder)
#### Post date: [August 24, 2024, 12:13pm UTC](https://community.thunkable.com/t/what-is-a-e-mail-adress-validator/3156839/1 "2024-08-24T12:13:42Z")

</div>

Can someone explain what a email adress validator is and how to use it

---

<div class="post-metadata">

### Author: ![tatiang](https://sea1.discourse-cdn.com/flex015/user_avatar/community.thunkable.com/tatiang/32/55482_2.png) [@tatiang](https://community.thunkable.com/u/tatiang)
#### Post date: [August 24, 2024, 5:55pm UTC](https://community.thunkable.com/t/what-is-a-e-mail-adress-validator/3156839/2 "2024-08-24T17:55:35Z")

</div>

An email address validator is something that checks to see if an email address is formatted properly. So for example, **[test@test.com](mailto:test@test.com)** would pass a validator while **[test.com](http://test.com)** would not because email addresses require the @ symbol.

In Thunkable, you could use an external validator such as a Javascript or you could create one using coding blocks. There are probably examples on the forums if you search.
