Hi, I need to configure Grav email plugin so that the contact form on this website http://www.terrenodidanza.it sends all messages to [email protected]. For configuration I am using the admin dashboard. Anyone willing to help me? Thanks!
Community guidelines
Please keep discussions civil and on-topic. Repeated violations may lead to a temporary ban.
Plugins
you can define the destination email in the form yaml (page header), if you have it like so:
YAML
process:
-
email:
to: '{{ config.plugins.email.to }}'
then configure your Email plugin email to field to your [email protected].
Or just change the form yaml like:
YAML
process:
-
email:
to: '[email protected]'
Thank you @hugoaf I will give it a try!
Log in to reply.
Suggested topics
| Topic | Participants | Replies | Views | Activity |
|---|---|---|---|---|
| 2 | 43 | 1 week ago | ||
| 2 | 53 | 4 weeks ago | ||
| 3 | 1179 | 1 month ago | ||
| 1 | 47 | 1 month ago | ||
| 3 | 72 | 2 months ago |