Write-For-Change / emaildrafter

An app to let people draft personalised emails for a good cause
GNU General Public License v3.0
10 stars 3 forks source link

Suggestion for people to add their address to emails to MPs #8

Closed davidswarbrick closed 4 years ago

davidswarbrick commented 4 years ago

We need to tell people to add their addresses to emails going to their MPs because otherwise lots of MPs will disregard the emails & not reply.

In the future we could implement this automatically using their postcode, but for now a simple addition would be to have a statement suggesting adding your email on the sending/emails.html page.

rafeeJ commented 4 years ago

Added an endpoint to the app.py for getting a list of possible addresses for a given postcode.

Currently blocked by the upgrade to WTForms, so will continue after that has been merged.

davidswarbrick commented 4 years ago

Address now added as part of input form (from above merge), therefore closing.