There is a bug currently that prevents the Add Donation page from adding a new donor, so you'll have to add/edit an existing donor to use your email address. Once you've done that, add a donation from that donor and you'll get an email. Edit the Receipt email template to use [FDONOR], [LDONOR], and/or [DATE] to test the placeholder text replacement.
Type of change
[x] New feature (non-breaking change which adds functionality)
Checklist:
[x] My code follows the style guidelines of this project
[x] I have performed a self-review of my code
[x] I have commented my code, particularly in hard-to-understand areas
[x] I have made corresponding changes to the documentation
[x] My changes generate no new warnings
[x] I have added tests that prove my fix is effective or that my feature works
Description
Sends email to donor on adding donation.
Relevant issue(s)
https://github.com/hack4impact-utk/Maintenance-Team/issues/30
To Test
There is a bug currently that prevents the Add Donation page from adding a new donor, so you'll have to add/edit an existing donor to use your email address. Once you've done that, add a donation from that donor and you'll get an email. Edit the Receipt email template to use
[FDONOR]
,[LDONOR]
, and/or[DATE]
to test the placeholder text replacement.Type of change
Checklist: