From 60575b76f8b3adc2f0888048bc3f7db4c2d1c803 Mon Sep 17 00:00:00 2001 From: Hugh Barnes Date: Tue, 24 Jul 2018 09:48:52 +1000 Subject: [PATCH] Add link to further form email options in email plugin README Covers [`reply_to` in topics to be documented](https://github.com/getgrav/grav-learn/issues/356#issuecomment-376400810). --- pages/06.forms/02.forms/04.reference-form-actions/docs.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pages/06.forms/02.forms/04.reference-form-actions/docs.md b/pages/06.forms/02.forms/04.reference-form-actions/docs.md index 8b085fe24..6a75c2249 100644 --- a/pages/06.forms/02.forms/04.reference-form-actions/docs.md +++ b/pages/06.forms/02.forms/04.reference-form-actions/docs.md @@ -38,6 +38,8 @@ Antimatter sets it to In short, it just loops the values and prints them in the email body. +!! Refer to the email plugin documentation for additional [important form email options](https://github.com/getgrav/grav-plugin-email#emails-sent-with-forms) including [multipart message bodies](https://github.com/getgrav/grav-plugin-email#multi-part-mime-messages) (good for anti-spam scores), `reply_to`, and [attachments](https://github.com/getgrav/grav-plugin-email#sending-attachments). + ##### Dynamic email attribute If you want for example to set the `email.from` field from a Form input, you can get its content and use it in this way: