If you are using an Exchange Server, you can integrate it with Feedback4e (F4E).
This allows messages sent from F4E to reach users using your own domain name.
For example, if your company name is fare, messages from F4E can appear as sent from an address like okr@fare.com, or any address you define.
You can also synchronize your 1:1 meeting calendar with Outlook.
Navigate to:
More > Administration > Integrations > Exchange Server Settings
Create a user in your Exchange Server that has the following permissions:
Permission to send emails
Permission to create calendar events for other users
Example: okr@fare.com
Ask your IT department to ensure this account has been created and the necessary permissions have been granted.
The integration takes place via the Exchange Web Services (EWS) API provided by Exchange Server.
Server URL (Microsoft EWS API URL):
{yourlocalexchangeserveraddress}/EWS/Exchange.asmx
Version: Select Exchange 2016
Authentication Type: Basic
Use the username (email) and password of the Exchange account you created.
After saving your settings, open the EWS API URL in your browser.
You should be prompted to enter a username and password — use the credentials of the account you created.
If you cannot log in successfully, it means the Exchange EWS integration service may not be active, or the account does not have the required permissions.
Please contact your IT department to verify the configuration.
Server URL (Microsoft EWS API URL):
https://outlook.office365.com/EWS/Exchange.asmx
Version: Select Exchange 2016
Authentication Type: OAuth
Before proceeding, your Microsoft Azure administrator must complete the setup described here:
🔗 Authenticate an EWS application by using OAuth | Microsoft Docs
After completing the configuration, you will obtain the following values:
Application (Client) ID
Directory (Tenant) ID
Client Secret
Enter these values in the corresponding fields in F4E and specify the sender email address.
At this step, your Client ID and Tenant ID are generated.
Copy and save these values — they will be used in F4E.
In the Manifest file of the app, replace the "requiredResourceAccess" property values with the ones highlighted below and save the file.
{ "resourceAppId": "00000002-0000-0ff1-ce00-000000000000",
"resourceAccess":
[ {
"id": "dc890d15-9560-4a4c-9b7f-a736ec74ec40",
"type": "Role"
] }
}
Generate a Client Secret Value.
Now create the email account that will be used for sending messages, and in the F4E interface, enter:
Client ID
Tenant ID
Client Secret
Click Save to complete the configuration.
Define your Exchange Server URL (Microsoft EWS API URL) and Version information in consultation with your IT department.
All other steps are the same as for the cloud setup.