Set up fax-to-email
On top of the web inbox, Faxart can email each inbound fax to its recipient’s mailbox with the PDF attached. Delivery is internal-only, so PHI does not leave your tenant, and every send is audited.
How it works
Section titled “How it works”When an inbound fax resolves to a mailbox, the broker queues an email with the PDF to that mailbox through your outbound relay. Recipients outside your internal domains get the web copy only, never an email, which is the guard that keeps PHI in the tenant.
Steps (Office 365 relay)
Section titled “Steps (Office 365 relay)”- Create a licensed no-reply mailbox (e.g.
faxart-noreply@your-domain) and enable SMTP AUTH for it. - Point the relay at Office 365:
FAXART_SMTP_RELAY_HOST=smtp.office365.comFAXART_SMTP_RELAY_PORT=587FAXART_SMTP_RELAY_STARTTLS=1FAXART_SMTP_RELAY_USER/FAXART_SMTP_RELAY_PASSWORD(a secret at go-live)
- Set
FAXART_EMAIL_INTERNAL_DOMAINSto your accepted internal domains. - Send a test fax to a known internal DID and confirm the PDF lands in that mailbox with an EMAIL audit row. Confirm an external/unresolved recipient is not emailed and still appears in the web mailbox.
- Delivery runs on its own worker queue, so a slow relay never blocks fax transmission or classification.
- Leaving the relay host unset disables email delivery; the web mailbox still works.
- The local dev stack uses a bundled mail catcher in place of Office 365.