Skip to content
Grav 2.0 is officially stable. Read the announcement →
Plugins

Have a different template for sender confirmation email

Started by Hugo S. 9 years ago · 3 replies · 727 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 Slebeig, 3 weeks ago
1 195 3 weeks ago
Plugins · by Rene, 1 month ago
2 360 1 month ago
Plugins · by Xavier, 2 months ago
2 285 2 months ago
Plugins · by Luka Prinčič, 7 years ago
3 1493 2 months ago
Plugins · by Sebastian van de Meer, 2 months ago
1 406 2 months ago