# Invalid Email Address format

#### Summary

The error “Invalid Email Address format Email Address does not conform to the syntax rules of RFC 822” occurs during sync when the provided email address is not passing the RFC 822 syntax rules. This article explains how to identify and resolve the issue.

#### Problem

When syncing records from Salesforce (or any source system) to QuickBooks Online via DBSync, the sync fails with the following error message:

```
Error: Invalid Email Address format Email Address does not conform to the syntax rules of RFC 822. Supplied value:Â finance@lakeside.hants.sch.uk
```

This typically indicates that the format of the email address is not passing the RFC 822 syntax rules.

#### Applies To

* **Product/Service:** DBSync Cloud Workflow
* **Versions:** All versions supporting Salesforce-QBO integration
* **Operating Systems:** Platform-independent (Cloud-based)
* **Databases / Connectors:** Salesforce, QuickBooks Online
* **Applicable To:** “BillEmail” Address Mapping during Invoice Sync

#### Solution

**Prerequisites:**

* Admin access to DBSync
* Mapping access for the integration project
* Access to Salesforce (Source) instance if required

#### Steps

1. Log in to the Salesforce (source) instance and open the record that is failing to sync with the above error.
2. Make sure the provided email address is the right format i.e, it passes the RFC 822 syntax rules
3. Once the format of the existing email address is corrected, try to re-sync the record.

#### Root Cause

Since the provided email address did not conform to RFC 822 syntax rules, QBO returned the error message&#x20;

`Invalid Email Address format: Email Address does not conform to RFC 822 syntax`

which halted the sync.

#### Additional Information

* <https://stackoverflow.com/questions/18551707/what-is-the-rfc-822-format-for-the-email-addresses>

  <figure><img src="https://1036205596-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Fv9avy716UiAsS24zOznZ%2Fuploads%2Fr94P3nZBMX4DkCGdN09s%2Funknown.png?alt=media&#x26;token=38bd73b3-f057-48f4-bdb9-4f115d25bf99" alt=""><figcaption></figcaption></figure>


---

# 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://docs.mydbsync.com/cloud-workflow/troubleshooting/page-2/invalid-email-address-format.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.
