Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make the link with mySociety more prominent on the mailouts #1840

Open
MyfanwyNixon opened this issue Mar 19, 2024 · 4 comments
Open

Make the link with mySociety more prominent on the mailouts #1840

MyfanwyNixon opened this issue Mar 19, 2024 · 4 comments

Comments

@MyfanwyNixon
Copy link
Member

This is part of a wider push to ensure that users of each of our services know that it is one of many provided by mySociety.

Is it possible to add the 'a service from mySociety' pennant at the top of these mailings? I think they're plain text so might have to think of something else?

  • Email alerts
  • 'You have a response' emails
  • Any other emails that we send in the course of a user transaction (sorry, did try looking at the code but I can't find them here or in Alaveteli!)

If we can't, perhaps we could look at how to reposition

WhatDoTheyKnow is a project of mySociety run by a small team of staff and dedicated volunteers.

Which at the moment is just right at the bottom, in small text and easy to miss.

@HelenWDTK
Copy link
Contributor

Site emails are plain text at the moment, so likely not.

I think the base content lives in the various mailer bits of the views e.g.

app/views/notification_mailer
app/views/survey_mailer
app/views/track_mailer
app/views/user_mailer

@garethrees
Copy link
Member

garethrees commented Mar 26, 2024

Site emails are plain text at the moment, so likely not.

Yeah, this. Would need mysociety/alaveteli#3420 (not currently planned through any of the funded work programmes).

If we can't, perhaps we could look at how to reposition

WhatDoTheyKnow is a project of mySociety run by a small team of staff and dedicated volunteers.

Which at the moment is just right at the bottom, in small text and easy to miss.

https://github.com/mysociety/whatdotheyknow-theme/blob/master/lib/views/general/_default_footer.text.erb is the current footer. I think we could make that a lot terser, which while still in the footer (which I think is appropriate in the context) makes it a bit less noisy that gets glossed over, along the lines of:

---

WhatDoTheyKnow is a project of mySociety. Support us at https://www.mysociety.org/donate

How we handle your data: <%= help_privacy_url %>

mySociety is a registered charity in England and Wales (1076346) and a limited
company (03277032)

Do we even need the final line?

@MyfanwyNixon
Copy link
Member Author

Thanks both! Shame, but understood, about the plain text.

I agree we probably don't need the final line.

Actually we might be able to wrap it, and the donation request, into one, as @alicewilliams36 has been doing elsewhere:

--
WhatDoTheyKnow is a project of mySociety run by a small team of staff and dedicated volunteers.

mySociety is a charity that believes that information should be accessible to everyone. If this is important to you, please consider donating to help us do more: https://www.mysociety.org/donate

Find out more about how we handle your data at:
<%= help_privacy_url %>

--

I do still wonder how many people get to the end of the message and bother to read this part! Maybe we could consider certain weeks of the year as donation drives and move the donation request temporarily to the top during those times?

@HelenWDTK
Copy link
Contributor

We need to include the final line on all "business communications" to comply with the law, so I'd leave it on.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants