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

Add sending limits per hour/day/month for smtp servers #136

Closed
infabls opened this issue Apr 9, 2021 · 7 comments
Closed

Add sending limits per hour/day/month for smtp servers #136

infabls opened this issue Apr 9, 2021 · 7 comments
Assignees

Comments

@infabls
Copy link

infabls commented Apr 9, 2021

Many hosting providers and SMTP servers limit the number of emails to be sent per hour, day. Can you add a setting for SMTP servers so as not to exceed the limit?

Thank you for your hard work on this product

@infabls
Copy link
Author

infabls commented Apr 20, 2021

Doesn't anyone care about this problem?

@b0rt
Copy link

b0rt commented Jun 8, 2021

i care. thanks for the PR!

@willselby
Copy link
Contributor

This is difficult for us to implement as we have no way of determining how much of the quota remains available. We need to be conscious of the fact that SendPortal may not be the only service sending messages, so it's not enough for us to just define a quota and prevent sending more than that number.
We are also making adjustments to how we handle the SES quota - pushing messages back on to the queue rather than just rejecting the campaign, a change that makes this even harder to implement for SMTP.

@JonoB
Copy link
Contributor

JonoB commented Jul 5, 2021

We recommend using a proper API email service instead of SMTP.

@JonoB JonoB closed this as completed Jul 5, 2021
@infabls
Copy link
Author

infabls commented Jul 16, 2021

If, for example, I select an email address that will definitely be used only in the sendportal, can I just check how many letters are sent per hour? I've seen a similar implementation in Windows mailing list programs, but the beauty of the sendportal is that it runs on the server while I sleep.

@infabls
Copy link
Author

infabls commented Jul 16, 2021

We recommend using a proper API email service instead of SMTP.

non-profit projects in developing countries cannot afford to pay dollar bills for using api services. which is a small payment for developed countries, in my country is the average monthly salary

@infabls
Copy link
Author

infabls commented Jul 16, 2021

I saw that you have done a certain amount of work in this direction. maybe there are some developments, a branch with this function? please tell me which way to dig

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

No branches or pull requests

4 participants