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

feat(admin-email): improve management of contact info in emails #3070

Closed
2 tasks done
kevinwhoffman opened this issue Apr 19, 2018 · 2 comments
Closed
2 tasks done

feat(admin-email): improve management of contact info in emails #3070

kevinwhoffman opened this issue Apr 19, 2018 · 2 comments
Assignees

Comments

@kevinwhoffman
Copy link
Contributor

kevinwhoffman commented Apr 19, 2018

User Story

As someone who builds many sites with Give, I want an easier way to define contact info across all email templates so that I don't have to update hard-coded information across several templates.

This user story is based on some excellent feedback from @slewisma:

I've mentioned this one before but it bears repeating -- the placeholder offline mailing address lives in several places. It'd be nice to be able to change that once and have it correctly appear in both the email and on-screen instructions. Even more importantly though, it'd be really nice to have the updated versions become the starting point for any new forms where we need to customize the offline instructions on a per form basis. If all I need to change is what to write in the memo line on the check, it is inconvenient and a waste of time to have to also fix the address for each new form.

Give takes the site URL and admin email as defaults during installation and puts them in email templates. More often than not I install on a temporary domain name to do development and design reviews with the client before launching live. I then have to remember all the places that this content has been used and go fix it. Site name behaves properly in that it gets the current name dynamically but links embedded in email template bodies and subject line, in one case for the email access template, use the original site URL and admin email until manually updated. This also dramatically lowers the productivity gain of using a site template system to create new sites. Additionally, it is hard to remember to check all these things and erroneous / donor-off-putting info may be in the email messages for weeks or months if we missed something during launch. Even changing from http to https at launch is affected by this issue!

Since the email address that should be used for donations is often not that of the admin anyway, I suggest the best solution may be to ask for the correct address during setup and use it throughout (and if it is later changed, in one place, use the new address throughout). For the site URL, just use a template tag like you do for sitename. That will solve the problem and still let me replace it with a link to a specific page by removing the tag and adding my own link when needed.

Acceptance Criteria

  • I can define the offline mailing address in one location within Give settings, and it is referenced within any email template or on-screen instructions that require it.
  • I can start a site locally and deploy it to a new URL without having to update every instance of the site URL within email templates.

Related

@kevinwhoffman
Copy link
Contributor Author

@slewisma Thanks again for the great feedback. I tried to distill it down into Acceptance Criteria. We'll move forward on this in an upcoming sprint.

@slewisma
Copy link

You're welcome. It is probable that some use scenarios will need different mailing addresses for offline for different forms so, to be clear, it is the default address when creating new offline directions for a new form that needs to inherit from the global settings. The person creating the form then still needs to be able to overwrite it. To that end, I might phrase "... and it is referenced within any email template or on-screen instructions that require it" in your acceptance criteria as "... and any new form's custom offline donation instructions will inherit the address as its default address. The user can then overwrite the address if necessary for the new form."

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

4 participants