Skip to content

Console email

An email connector that writes messages to the application log rather than sending them.

CategoryEmail
AuthenticationNone
ReachesNothing
Needs an agentNo

email.send

Development. Work on wording or on a flow that sends email without a mail server, and without accidentally emailing a real parent from a test database.

A first look. Configure it on a fresh install and lodge a test repair. The message that would have been sent appears in the log, so you can see exactly what the product sends before deciding on wording or on a real email connector.

Training environments. Nobody has to tread carefully in an instance that cannot email anybody.

Admin, Connectors, Console Email (dev), Configure.

FieldValue
fromA From address. Display only, since nothing is sent

The test connection always succeeds.

The same place as the rest of the application log:

InstallWhere
systemdjournalctl -u plugboard -f
Dockerdocker compose -f docker-compose.prod.yml logs -f api
Bundle on Windows or macOSlogs/ inside the install directory
From sourceThe terminal you started it in

Each entry carries the recipient, the subject and the body, so you can read the message exactly as it would have arrived.

Obvious, but the failure is silent. With this connector enabled, everything appears to work. Repairs are lodged, statuses change, receipts are generated. Nothing reaches anybody.

The symptom, weeks later, is families saying they were never told their child’s device was ready.

If you use this to explore, replace it with SMTP or Google Workspace before anyone real depends on it.