Notifications Guide
Last Updated: 2026-02-28 Audience: End users (organization members, administrators)
What This Feature Does
Equa sends email notifications to keep you informed about important events — account verification, login links, password resets, team invitations, and administrative alerts. All notifications are delivered via email to the address associated with your Equa account.Why It Matters
Email notifications are essential for account security and team collaboration. Magic link logins, password resets, and invitation flows all depend on email delivery. Understanding what notifications you will receive and how to troubleshoot delivery issues helps you stay productive.Notification Types
Equa sends the following transactional emails:Authentication Emails
| Notification | When It’s Sent | Can Be Disabled? |
|---|---|---|
| Magic link login | When you request a passwordless login link | No (on-demand) |
| Email verification | After account registration or email change | No (required) |
| Password reset | When you request a password reset | No (on-demand) |
| Password changed | After your password is successfully changed | No (confirmation) |
Invitation Emails
| Notification | When It’s Sent | Can Be Disabled? |
|---|---|---|
| User invitation | When you’re invited to the Equa platform | No |
| Organization invitation | When you’re invited to join an organization | No |
| Convertible instrument invitation | When you’re invited regarding a convertible instrument | No |
Administrative Emails
| Notification | When It’s Sent | Can Be Disabled? |
|---|---|---|
| Company info | When company information is shared via referral | No |
| Contact support | When a support request is submitted | No |
| Admin: organization created | When a new organization is created (sent to admins) | No |
How Email Delivery Works
Sender Information
All Equa emails come from the configured sender address (typicallyequabot@equastart.io with the display name “Equa”). This is consistent across all notification types.
Email Layouts
Equa uses three email layout styles:- Standard layout — Green Equa-branded header, centered content, confidentiality footer. Used for authentication emails (magic links, verification, password reset/change) and support contacts.
- Modern layout — Dark header with Equa logo, Nunito Sans font, responsive mobile design. Used for invitations (user, organization, convertible).
- Organization layout — Minimal branded layout. Used for admin notifications.
Compliance BCC
Organization administrators may have a global BCC enabled, meaning a copy of every outgoing email is sent to a designated compliance address. This is configured at the server level and is not visible to individual users.Managing Your Notifications
Updating Your Email Address
- Navigate to Profile > Account Settings
- Update your email address
- You will receive a verification email at the new address
- Click the verification link to confirm the change
Email Verification
If your email is not verified:- You will see a prompt after logging in
- Some features may be restricted until verification is complete
- Request a new verification email if the original expired
Invitation Workflow
When you receive an invitation email:- Open the email from Equa
- Click the invitation link
- If you do not have an Equa account, you will be prompted to create one
- Once accepted, the organization appears in your dashboard
Invitation links expire after a set period. If your link has expired, ask the person who invited you to resend the invitation.
Troubleshooting
I'm not receiving any emails from Equa
I'm not receiving any emails from Equa
Check these in order:
- Look in your spam, junk, or promotions folder
- Confirm the correct email address is on your Equa account (Profile > Account Settings)
- Add
equabot@equastart.io(or your organization’s configured sender) to your contacts - Check if your email provider or corporate firewall is blocking the domain
- If you use Gmail, check the “All Mail” label — some filters may archive Equa emails
My verification email expired
My verification email expired
Log in to your account. You will see a prompt to resend the verification email. Click it to receive a fresh link. Verification codes have a limited validity period.
My magic link isn't working
My magic link isn't working
Magic links expire after a set time. If the link has expired:
- Go back to the login page
- Request a new magic link
- Use the link from the most recent email (previous links are invalidated)
My invitation link doesn't work
My invitation link doesn't work
Invitation links can expire or be revoked:
- Check if you are clicking the link from the most recent invitation email
- Ask the person who invited you to check the invitation status
- They may need to resend the invitation if it has expired
Getting unexpected emails from Equa
Getting unexpected emails from Equa
If you receive emails you did not expect:
- Check if an organization administrator invited you
- Verify that no one else has access to your account (change your password)
- Contact Equa support if you believe the emails are unauthorized
For Administrators
Global BCC
Server administrators can configure aGLOBAL_BCC address to receive copies of all outgoing emails for compliance or auditing purposes. This is a comma-separated list of email addresses configured at the environment level.
Email Transport
The email transport is configured via theEMAIL_TRANSPORTER environment variable. See Notification System Architecture for full configuration details.
Related
- Getting Started
- Profile and Settings
- Managing Team Members
- Notification System Architecture — Technical details for developers