# Custom From Email

The app will send out emails to emails to customer and the admin when there is a new registration, by default the from email address for this email is set to **<mailer@varify.xyz>**

Its good practice and better brand recognise for customer if the from address if from your domain.

The app use Amazon Email service to send out emails, because the problem with spams and identity, all from emails will need to verify to confirm the real identity and ownership.

The verification involve a few steps:

Go to Admin > Apps > My Product Registrations > Settings > Select Admin email, here a new from email can be set.

![](/files/-M4QrvtShIXoJPJZa3Wo)

1. Put in the email address in the box, then click **Verify Email Address** - Amazon will send a verification email to that email.
2. Go to your inbox, and click on the verify link.
3. Once its verified, go back to the app admin, and click **Confirm Verification.**
4. Finally click **Save Settings** to finish it, from now all from email will be from your custom email address.


---

# 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://doc.product-reg.varify.xyz/v1-shopify-product-registration/admin/settings/custom-from-email.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.
