## Overview
Enable readers to reply to an author via email.
## Implementation
First, support proxy email address outlined in subtask {T774}.
**Idea:**
In Remark.as, create a Settings page for each blog on a user's Write.as account. It should include the option to "Enable email replies"
When enabled, readers should see a "Reply via email" link pointed to:
```
mailto:{proxy-email}?subject=Re: {Post Title}
```
This link should be included on:
* Individual post pages
It shouldn't be included on:
* Posts on blog index / tags listing
* Pinned pages