This article applies to:
RightFax 20.2
RightFax CE 22.2
RightFax CE 24.4
RightFax supports sending and receiving faxes using cloud-based email platforms such as:
Microsoft 365 (Exchange Online)
Google Workspace (Gmail)
Zoho Mail
Amazon SES/WorkMail
These connections allow users to fax by email and receive notifications via SMTP, using the RightFax Email Gateway or Connector services.
High Availability: Cloud email providers offer redundant infrastructure with SLA-backed uptime.
Simplified IT Maintenance: Eliminates the need for maintaining on-prem Exchange servers.
Modern Authentication: Support for OAuth2 (Exchange Online, Google) improves security.
Scalability: Easier to expand across user bases and distributed teams.
TLS Enforcement: Most cloud providers require STARTTLS for SMTP relay and encrypted POP3 connections.
OAuth2 Requirement: Basic authentication is deprecated. OAuth2 is mandatory for Microsoft 365 and Google.
POP3/SMTP Limits: Some providers (like Gmail) have strict daily sending limits and rate caps.
Static IP Requirement: Outbound SMTP relays often require a static IP address and SPF/DKIM setup.
Queue Dependency: If SMTP fails or is delayed, fax jobs can queue up on the DocTransport module.
Port Accessibility: RightFax must reach mail servers on ports 25/587 (SMTP) and 995 (POP3).
Item | Notes |
| RightFax Email Gateway | Must be installed and configured with correct email server info. |
| Firewall Ports | SMTP (25/587), POP3 (995), DNS resolution for mail hostnames. |
| Cloud Mailbox | Must support SMTP relay and POP3 retrieval (or IMAP for OAuth2). |
| OAuth2 Setup | Required for Microsoft 365 and Google; optional for Zoho and AWS. |
| Outbound Domain | Proper SPF/DKIM records should match RightFax SMTP identity. |
A user sends an email (manually or via app) to FAXNUMBER@fax.domain.com.
The cloud email provider relays this to the RightFax server’s SMTP/POP3 gateway.
The RightFax SMTP Gateway receives the message and parses it into a fax job.
The job is passed to the DocTransport module for conversion and fax transmission.
A success or failure notification is sent back via SMTP.
RightFax receives a fax call and assigns it to a user or group.
Based on routing rules, the fax is emailed via the SMTP Gateway.
The message is delivered to the user’s mailbox or a shared mailbox in the cloud.
Optional: cover page, unique ID, and metadata can be included in the body or subject line.
Cloud Provider | SMTP Auth | POP3 | OAuth2 Support |
| Microsoft 365 | Yes (via relay or auth) | Yes | Yes |
| Google Workspace | Yes | Yes | Yes |
| Zoho Mail | Yes | Yes | Yes |
| AWS SES | Yes (via IAM SMTP creds) | No | No |
| AWS WorkMail | Yes | Yes | Limited |
Exchange Online: Use OAuth2 with EWS or POP3/SMTP. App Registration in Azure required.
Gmail: OAuth2 is preferred; enable Gmail API and create OAuth client.
Zoho Mail: Use OAuth2 tokens or app passwords.
AWS SES: Requires SMTP credentials generated via IAM.
Email Gateway Setup: RightFax Administrator Guide – “Configuring SMTP/POP3 Gateway”
OAuth2 Setup: RightFax Exchange Connector Guide – Chapter 4: Configuring Azure AD
Notifications: Integration Module Guide – Chapter 11: Creating Notification Channels
When contacting support, provide:
Version of RightFax
Type of mail server and authentication used
Whether issue is outbound, inbound, or both
Copy of logs (SMTPGateway.exe -d -1 for debug mode)
Screenshot of error messages if applicable