Emails
Open Aquarelle Dashboard -> Settings -> Flows

After customers submitting a form on Aquarelle website automatically run "Flows" for sending emails to Admin with all form data details and to customer with confirmed message.
For manage all emails templates go to Settings -> Flows -> select Flow:
Booking Email Flow: email notifications after successfully booking for Admin and customer
Comment Email Flow: email notifications after added new comment by user for Admin
Feedback Email Flow: email notifications after sending contact form for Admin and customer
After select a flow click edit button -> select operation (example "Email notification for me") -> click edit button again for edit all sending emails parameters and email template.

Email will sending using Directus email configuration. Don't forget configure your smtp connection variables in /aquarelle/directus/docker-compose.yml file or /aquarelle/directus/.env file if you installed Directus package through npx.
Please, check Environment Variables page for more details.
Last updated