Skip to content

Commit

Permalink
Add link to further form email options in email plugin README
Browse files Browse the repository at this point in the history
Covers [`reply_to` in topics to be documented](getgrav#356 (comment)).
  • Loading branch information
hughbris authored Jul 23, 2018
1 parent fd2ca57 commit 60575b7
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
Original file line number Diff line number Diff line change
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 60575b7

Please sign in to comment.