# Our software Email Validation

## **How Email Validation works**

* All the emails will be validated before sending the email if it was not validated before. There is an option to **re-validate the email in 90 days**. Before email sending, the validated date will be checked if it has been validated before 90 days, then re-validation will happen.
* On the contact detail page, you can manually check. Navigate into the contact record >scroll down the right side > click the envelope icon.
  * Green = Valid
  * Red = Invalid or Previously bounced. The error would specify why the Email is invalid.

{% embed url="<https://lh6.googleusercontent.com/7SpCaBmM6dFa-SNWx9P8EFtTuHEjMDTG3ZvUsxBgimOFIkTHkrzZijlqLD7zsXzmqsaZJcixpMFGRdDcYwrY8oa4be2v4bprOWMSrxiJQBfdjZdUDLerTzlsXIaHXGXvVRBnWqxL0G_p3fBNMfaIto8>" %}

## **What does Email Validation check for?**

* The email address syntax is correct.
* The domain is set up to receive email.
* The email address exists.
* The email address isn’t a high-risk address.
* The email address isn’t role-based, such as <info@domain.com> or <admin@domain.com>.

##

## **Why is Email Validation important?**

Email Validation is important because of it:

* Boosts your delivery rate by removing invalid email addresses.
* Maintains your mailing list hygiene by keeping your email list up-to-date.
* Improves your email marketing metrics like click-through rate (CTR), open rate, and click-to-open ratio (CTOR).
* Protects your sender's reputation.

##

## **How does Email Validation impact my email deliverability?**

Email deliverability is highly impacted by bounced emails. Decrease email bounces by performing email Validation ahead of time.

Your IP address and domain reputation take a hit when your email service provider (ESP) can’t place your email into a subscriber’s inbox. This impacts future deliverability because email clients rely on IP and sender reputations to determine whether or not to deliver your messages. If you have a bad sender or IP reputation, email clients may decide to place emails sent from your domain name in your subscriber’s spam folder. Or, they may not deliver them at all.

##

## **When should I validate my email list?**

If you’ve bought a mailing list (which we highly recommend that you don’t) or if you’ve inherited a mailing list you’re unfamiliar with. It’s a great idea to use an email verifier.

In addition, if your list has grown or it’s been some time since you last verified your email addresses, we recommend giving your mailing list a health check today.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://software-help-docs.gitbook.io/knowledge-base/software-guide/settings/our-software-email-validation.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
