Setting up email
By the end of this article you will have email connected so collection follow-ups send from your domain, your own name on manual sends, and the organization or location name on automated ones.
What you will learn
- Gmail OAuth vs SMTP — which to pick
- Reply-to handling so customer replies land where you want them
- Per-user sender names for manual sends, org / location names for automated sends
- How to send a test email and verify delivery
Pick a provider
Even Level supports two email providers:
- Gmail OAuth — fastest, one-click sign-in. Use this if your business runs on Google Workspace.
- SMTP — paste host / port / username / password. Use this if you are on Microsoft 365, a hosted email provider, or your own mail server.
Either way, every email sends from your actual email account — customers see a normal message from your domain, not from Even Level.
Connect via Gmail OAuth
- Go to Settings → Email.
- Click Connect Gmail. Google opens in a new tab.
- Sign in with the Google account you want email to send from.
- Accept the permissions. Even Level returns to the Email settings page and shows "Connected to yourname@yourco.com".
Connect via SMTP
- Go to Settings → Email.
- Select SMTP as the provider.
- Enter your SMTP host, port (587 for STARTTLS, 465 for SSL), username, and password.
- Set the From email to the address customers should see.
- Click Save.
smtp.office365.com on port 587 with STARTTLS. You will need an app password if your tenant enforces MFA.
Sender names — who the customer sees the email is from
Even Level has a per-user and per-org sender name system so the "From" name on the email reflects who actually sent it.
Manual sends (you click Send)
The resolver picks, in order:
- Your own Sender Name from Profile if set
- Your first + last name from Profile
- The fallback "Accounts Receivable" if neither is set
Automated sends (workflows, alerts, reminders)
The resolver picks, in order:
- The locations Sender Name if set (multi-location orgs)
- The organizations Sender Name from Settings → Email
- The fallback "Accounts Receivable"
Automated emails never use your personal name — one user editing their profile cannot change what every automated email says it is from.
Reply-to
By default, replies go to the same address the email was sent from. If you want replies routed somewhere else — say, every outbound sends from a shared billing@yourco.com but you want the actual rep to get the reply — set a Reply-To on your Profile page. Emails you send will carry that Reply-To header.
Send a test
- On the Email settings page, click Send Test Email.
- Check the inbox. You should see a message from your configured sender name within 30 seconds.
- If it does not arrive, check the spam folder and see Troubleshooting (coming soon).