# VMTA and BBE

FeedOtter allows you to set the Eloqua BBE (bounceback email) and VMTA (custom sending IP) settings if your Eloqua account supports these features.  Please adhere to the following guidelines if you wish to use these options:

The BBE settings must be an email address and EXACTLY match one of the options displayed in your Eloqua account. It is case-sensitive.

<div align="left"><figure><img src="https://www.feedotter.com/wp-content/uploads/2021/05/eloqua-vmta-bbe.png" alt=""><figcaption></figcaption></figure></div>

The VMTA setting is a bit more difficult to find and requires using your web-browser's development tools.

1. In Eloqua, create a new email and select the Gear from the right-hand menu to display the settings.
2. Right-click on the dropdown for VMTA
3. Choose Inspect to open your developer tools
4. Expand the \<input> node until you see the individual dropdown options
5. Record the "value" number associated with the VMTA you wish FeedOtter to use

In the screenshot below, you would enter "1" into the FeedOtter interface to set this property.

This is the value we pass to the Eloqua API.

<figure><img src="https://www.feedotter.com/wp-content/uploads/2021/05/Locating-your-Eloqua-VMTA-value-for-the-api-1.png" 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.feedotter.com/integrations/eloqua/faq/vmta-and-bbe.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.
