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

[CHANGE]: switch away from SMTP to increase speed #3

Open
sreyan-ghosh opened this issue Oct 4, 2021 · 5 comments
Open

[CHANGE]: switch away from SMTP to increase speed #3

sreyan-ghosh opened this issue Oct 4, 2021 · 5 comments
Labels
enhancement New feature or request hacktoberfest to contribute to Hacktoberfest 2021 help wanted Extra attention is needed

Comments

@sreyan-ghosh
Copy link
Owner

Have a look at the mailsender.py file to understand how emails are being sent.

Make necessary changes in the file to overcome SMTP mail sending limits and speed.

Try changing the protocol away from SMTP. Else if you are sticking with SMTP, make sure to increase the speed of sending mails. Also, try to work around the mail sending limits.

Adhere to the Contribution section in the README, do not submit PRs from the master branch.

@sreyan-ghosh sreyan-ghosh added enhancement New feature or request help wanted Extra attention is needed hacktoberfest to contribute to Hacktoberfest 2021 labels Oct 4, 2021
@rexdivakar
Copy link

Hey @sreyan-ghosh is there any benchmark that you test with for validating the mail speed ? cox i can simplify it but i'm not sure how it could made any faster !

@sreyan-ghosh
Copy link
Owner Author

No @rexdivakar, there is no benchmarking as such. The direction I want the contributions towards is getting rid of or increasing the mail sending limits. Speed as such can't be improved while using a public SMTP server, though if you find one with lower latency than Google's, then you could have a discussion about it here.

@rexdivakar
Copy link

let me do some R&D and get back on this !

@sreyan-ghosh
Copy link
Owner Author

Let me know when you're ready to start working, I'll assign this to you.

@rexdivakar
Copy link

sure give me sometime

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request hacktoberfest to contribute to Hacktoberfest 2021 help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

2 participants