Summary
Platform Email is explicitly excluded [...]. However, Drupal's mail system will still attempt to send email for various events (e.g. site-install notifications, update notices) and will error when no mail transport is configured.
This causes confusing error output during provisioning and could result in failed/noisy operations during the trial lifecycle.
Required
Disable all outbound mail in the acquia_trials recipe to ensure Drupal silently discards emails rather than attempting delivery against an unconfigured transport.
Suggested approach
One of:
- Configure the mail system to use
NullMail (discard all mail) via config in the recipe
- Enable and configure the
reroute_email contrib module set to discard
- Override
system.mail config to use a null/dev transport
The goal is zero mail-send attempts — no errors, no dependency on Platform Email being present.
Context
Observed during provisioning testing: after applying the acquia_trials recipe, Drupal attempted to send a "New release available" email, which failed with:
[error] cURL error 6: Could not resolve host: api.acquia.com for https://api.acquia.com/v1/trials
[error] An attempt to send an e-mail message failed ... Platform Email is not setup
Raised in #ai-on-ramp-paas on 2026-04-08.
Linked FR
[...]
Summary
Platform Email is explicitly excluded [...]. However, Drupal's mail system will still attempt to send email for various events (e.g. site-install notifications, update notices) and will error when no mail transport is configured.
This causes confusing error output during provisioning and could result in failed/noisy operations during the trial lifecycle.
Required
Disable all outbound mail in the
acquia_trialsrecipe to ensure Drupal silently discards emails rather than attempting delivery against an unconfigured transport.Suggested approach
One of:
NullMail(discard all mail) via config in the recipereroute_emailcontrib module set to discardsystem.mailconfig to use a null/dev transportThe goal is zero mail-send attempts — no errors, no dependency on Platform Email being present.
Context
Observed during provisioning testing: after applying the
acquia_trialsrecipe, Drupal attempted to send a "New release available" email, which failed with:Raised in #ai-on-ramp-paas on 2026-04-08.
Linked FR
[...]