Skip to content

Commit

Permalink
Add link to further form email options in email plugin README (#633)
Browse files Browse the repository at this point in the history
Covers [`reply_to` in topics to be documented](#356 (comment)).
  • Loading branch information
hughbris authored and rhukster committed Jul 27, 2018
1 parent 78afe38 commit 43e1fcc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pages/06.forms/02.forms/04.reference-form-actions/docs.md
Expand Up @@ -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:
Expand Down

0 comments on commit 43e1fcc

Please sign in to comment.