-
Notifications
You must be signed in to change notification settings - Fork 5
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
Sending Generic Emails on Demand #424
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
New and removed dependencies detected. Learn more about Socket for GitHub ↗︎
🚮 Removed packages: [email protected] |
@carolhe134 this is so freaking cool. Thanks for recording the video and making the tool so easy to understand + use! 💯 Can I request you to add the command to run inside of package.json scripts section? That way devs can just run Issue: #435 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
A huge LGTM!
Great work @carolhe134 !!! That is a LOT of features in such a short time too.
Managed to test it with a friend and it worked smoothly. Clear instructions and README 💯
What I've Done
Generic Email Script
scripts/generic-email.ts
: Script for mass emailing hackersscripts/email-util/utils.ts
: Helper functions for prompting user for email datascripts/email-util/template.ts
: Template for sending emails using AWS SESScript Commands in
package.json
package.json
: Added two new script commands for CLI toolsyarn email
: run email scriptyarn dev-cli
: run dev-cli scriptVideo Walkthrough of Generic Email Script
Generic_Email_Script_Video_Walkthrough.mp4