-
Notifications
You must be signed in to change notification settings - Fork 118
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
chore: add script for email stress test #705
Conversation
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.
@ashgansh this has merge conflicts
do you wanna check and update this or close the PR?
I will update and merge this PR |
8f945ad
to
61b570d
Compare
61b570d
to
158d62e
Compare
This stack of pull requests is managed by Graphite. Learn more about stacking. Join @ashgansh and the rest of your teammates on Graphite |
I have changed the script to be a part of mail bridge as it tests mail bridge, also it uses clack prompts now which is easier/simpler to use. |
added scripts to test email sending.
it uses our internal endpoint to send emails to an arbitrary email.
you can use it like this:
(more info in readme)
decided to duplicate some code, importing was causing some issue.
since it's not critical part of the app and i think we should get it in.