Skip to content
Grav 2.1 is out: every page speaks Markdown. Read the announcement →

Have a different template for sender confirmation email

Started by Hugo S. 9 years ago · 3 replies · 831 views
9 years ago

You can have multiple email processes, so this should work. Did you try it?

9 years ago

I've done it like this(my contact.md file):


TWIG
    process:
        -
            email: { from: '{{ config.plugins.email.from }}', to: '{{ form.value.email|e }}', subject: '[Your message to Charity Backpackers] {{ form.value.name|e }}', body: '{% include ''forms/contact-confirmation.html.twig'' %}' }
        -
            email: { from: '{{ config.plugins.email.from }}', to: '{{ config.plugins.email.from }}', subject: '[New request] from: {{ form.value.name|e }}', body: '{% include ''forms/contact-request.html.twig'' %}' }
        -
            save: { fileprefix: feedback-, dateformat: Ymd-His-u, extension: txt, body: '{% include ''forms/data.txt.twig'' %}' }

9 years ago

@AmauryH & @rhuk It works now.

My instinct told me to do what you suggested me ... But the first time it didn't work at all.

Thanks guys!

Suggested topics

Topic Participants Replies Views Activity
Plugins · by complanar, 2 weeks ago
2 249 4 days ago
Plugins · by Vladimir Novak, 1 month ago
3 594 1 month ago
Plugins · by Mathieu Lecouturier, 2 months ago
3 416 2 months ago
Plugins · by Slebeig, 2 months ago
1 530 2 months ago
Plugins · by Rene, 3 months ago
2 730 3 months ago