BlitzKraft/saythanks.io
View on GitHubUpdate development setup instructions for MailerSend
Closed
#367 opened on Sep 14, 2025
documentationfirst-timers-onlygood first issue
Repository metrics
- Stars
- (1,290 stars)
- PR merge metrics
- (PR metrics pending)
Description
Overview
It looks like the current development setup guide (docs/saythanks_development.md) still shows instructions for SendGrid. Since the project has recently switched the email delivery provider to MailerSend, the guide could use an update.
What’s the issue
- The documentation still shows SendGrid configuration examples.
- Without MailerSend setup instructions, developers might get confused when trying to test email functionality locally.
Proposed update
- Add instructions for setting up MailerSend in
docs/saythanks_development.md:- How to get an API key
- How to set up environment variables
- How to send a test email
- Optionally, remove or comment out the old SendGrid instructions
I might be mistaken about this, so apologies if that’s the case.