Skip to content

Commit

Permalink
[Doc] Add contact email
Browse files Browse the repository at this point in the history
  • Loading branch information
MatthieuCutin authored and CoderMaggie committed Aug 24, 2021
1 parent bef1ff6 commit 0e0293c
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions docs/book/architecture/emails.rst
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,21 @@ You have the following parameters available:
* ``channel``: Channel in which an order was placed
* ``localeCode``: Locale code in which an order was placed

Contact Request
---------------

This e-mail is sent when a customer validades contact form.

**Code**: ``contact_request``

**The default template**: ``@SyliusShop/Email/contactRequest.html.twig``

You have the following parameters available:

* ``data``: An array of submitted data from form
* ``channel``: Channel in which an order was placed
* ``localeCode``: Locale code in which an order was placed

.. rst-class:: plus-doc

Return Requests Emails
Expand Down

0 comments on commit 0e0293c

Please sign in to comment.