Skip to Content
FrontendAppsEmailphpreaction-frontend-email-react

phpreaction-frontend-email-react

Summary

Features

  • Supports sending emails Send emails with or without predefined templates.
  • query strings Pre-fill email fields using query strings in the URL. Query String
  • multiple recipients Ability to include multiple recipients in CC and BCC fields
  • integration with existing email systems Easy integration with existing email systems using predefined templates

Deployed environments

EnvironmentURL
Developmenthttps://dev.email.phpr.link 
Staginghttps://staging.email.phpr.link 
Productionhttps://email.phpr.link 

Multi-environment setup (react-doc).

Integrations & dependencies

APIs

PHPR Bundles

Dependencies & Dependents Apps

Routes

Main Routes :

  • /[locale]/send : Email Send page without template. E.g. /en/send

  • /[locale]/notification_emailtemplates/[entityId]/[emailKey]/send : Send Email page with template. E.g. /en/notification_emailtemplates/123/EmailTemplate.Invoice.SendClient/send

Status Routes :

  • /[Locale]/status/all : List all status page.
  • /[Locale]/status/api : APIs status page.
  • /[Locale]/status/cache : Cache status page.
  • /[Locale]/status/configs : Configs status page.
  • /[Locale]/status/user-token/check : Checks if user token exists and is valid.
  • /[Locale]/status/user-token/display : Displays user token information.
  • /[Locale]/status/user-token/expected : Displays expected user token information.

Support Routes :

  • /[locale]/support : Support page.
  • /config-error : Configuration error page.

Security implementation

  • (TODO)

All text (tours, errors, translation)

Here are the PDFs showing how many times each word is used (updated the June 3 2026):

Stats for french words: Download the PDF

Stats for english words: Download the PDF

Repo

Docs

Compliance

  • [Security Checklist] (TODO)
Last updated on