We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Write code to email a large group of people at the same time when:
This cannot be done with a regular gmail account or regular user emails as limits are imposed on user emails.
To implement this we'd need to use an SMTP service like smtp2go.com .
And to use them we'd need a custom domain. As it isn't possible to register for them through regular mails.
So this can be implemented after a lot of major features are done and a domain is acquired.
The text was updated successfully, but these errors were encountered:
shriram-sg
No branches or pull requests
Write code to email a large group of people at the same time when:
This cannot be done with a regular gmail account or regular user emails as limits are imposed on user emails.
To implement this we'd need to use an SMTP service like smtp2go.com .
And to use them we'd need a custom domain. As it isn't possible to register for them through regular mails.
So this can be implemented after a lot of major features are done and a domain is acquired.
The text was updated successfully, but these errors were encountered: