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

Community guidelines

Please keep discussions civil and on-topic. Repeated violations may lead to a temporary ban.

Plugins

Have a different template for sender confirmation email

Started by Hugo S. 9 years ago · 3 replies · 669 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 Rene, 1 week ago
2 46 1 week ago
Plugins · by Xavier, 4 weeks ago
2 55 4 weeks ago
Plugins · by Luka Prinčič, 7 years ago
3 1181 1 month ago
Plugins · by Sebastian van de Meer, 1 month ago
1 49 1 month ago
Plugins · by PIERROT Alain, 2 months ago
3 73 2 months ago