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

Sending Generic Emails on Demand #424

Merged
merged 13 commits into from
Oct 27, 2023
Merged

Sending Generic Emails on Demand #424

merged 13 commits into from
Oct 27, 2023

Conversation

carolhe134
Copy link
Contributor

@carolhe134 carolhe134 commented Oct 24, 2023

What I've Done

Generic Email Script

  • scripts/generic-email.ts: Script for mass emailing hackers
  • scripts/email-util/utils.ts: Helper functions for prompting user for email data
  • scripts/email-util/template.ts: Template for sending emails using AWS SES

Script Commands in package.json

  • package.json: Added two new script commands for CLI tools
    • yarn email: run email script
    • yarn dev-cli: run dev-cli script

Video Walkthrough of Generic Email Script

Generic_Email_Script_Video_Walkthrough.mp4

@vercel
Copy link

vercel bot commented Oct 24, 2023

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
witness ✅ Ready (Inspect) Visit Preview 💬 Add feedback Oct 27, 2023 10:37pm

@socket-security
Copy link

New and removed dependencies detected. Learn more about Socket for GitHub ↗︎

Packages Version New capabilities Transitives Size Publisher
prompt-sync 4.2.0 None +2 23.6 kB davidmarkclements
@types/prompt-sync 4.2.2 None +0 7.24 kB types

🚮 Removed packages: [email protected]

@zineanteoh
Copy link
Member

zineanteoh commented Oct 27, 2023

@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 npm run email or something. Please also add one for gabe’s dev-cli!

Issue: #435

@zineanteoh zineanteoh linked an issue Oct 27, 2023 that may be closed by this pull request
Copy link
Member

@zineanteoh zineanteoh left a 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 💯

@zineanteoh zineanteoh merged commit fe96286 into main Oct 27, 2023
5 checks passed
@zineanteoh zineanteoh deleted the generic-emails branch October 27, 2023 22:42
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

Successfully merging this pull request may close these issues.

[BUG REPORT] Bug found by Organizer on 10/27/2023 at 11:09 AM CT
2 participants