From 43e1fcc4e3d2f373f6a701a5a30d67f04380138b Mon Sep 17 00:00:00 2001 From: Hugh Barnes Date: Sat, 28 Jul 2018 05:31:51 +1000 Subject: [PATCH] Add link to further form email options in email plugin README (#633) 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: