getgrav / grav-plugin-email

Grav Email Plugin
http://getgrav.org
MIT License
37 stars 29 forks source link

Add more parameters #3

Closed z38 closed 8 years ago

z38 commented 9 years ago

In order to send HTML mails, we need to set a proper Content-Type. This patch introduces a new parameter format to control this header.

In addition, I added a parameter for Reply-To. This especially useful in order to directly respond to form emails (e.g. reply_to: "{{ form.values.youremail }}")

rhukster commented 8 years ago

Superseded by PR#6 which has been merged. Thanks!