-
Notifications
You must be signed in to change notification settings - Fork 255
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
SMTP Mail Queueing improvements #7788
Merged
Sesquipedalian
merged 11 commits into
SimpleMachines:release-2.1
from
jdarwood007:smtpMailImprovements
Aug 5, 2023
Merged
SMTP Mail Queueing improvements #7788
Sesquipedalian
merged 11 commits into
SimpleMachines:release-2.1
from
jdarwood007:smtpMailImprovements
Aug 5, 2023
Commits on Jul 8, 2023
-
SMTP Mail Queueing improvements
Fixes SimpleMachines#7787 Trying to keep inside the database schema, i'm abusing the priority level to slowly raise it to the max (127 due to signed tinyint). It does this over a period of 3 days (which can be changed) by calculating the difference between the current time and the time the email was sent.
Configuration menu - View commit details
-
Copy full SHA for d9a986f - Browse repository at this point
Copy the full SHA d9a986fView commit details
Commits on Jul 29, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 01f228c - Browse repository at this point
Copy the full SHA 01f228cView commit details
Commits on Jul 31, 2023
-
Offset the priority so we don't push mail further up than the default…
… priority we use. Add some logic to avoid DOSing mail servers by randomly deciding when to send emails.
Configuration menu - View commit details
-
Copy full SHA for 330ee59 - Browse repository at this point
Copy the full SHA 330ee59View commit details
Commits on Aug 3, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 9fbde6d - Browse repository at this point
Copy the full SHA 9fbde6dView commit details -
Configuration menu - View commit details
-
Copy full SHA for a108165 - Browse repository at this point
Copy the full SHA a108165View commit details
Commits on Aug 4, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 4e32cde - Browse repository at this point
Copy the full SHA 4e32cdeView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8dd5432 - Browse repository at this point
Copy the full SHA 8dd5432View commit details
Commits on Aug 5, 2023
-
Configuration menu - View commit details
-
Copy full SHA for ed99690 - Browse repository at this point
Copy the full SHA ed99690View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8bb536a - Browse repository at this point
Copy the full SHA 8bb536aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8c03465 - Browse repository at this point
Copy the full SHA 8c03465View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7d2ee5c - Browse repository at this point
Copy the full SHA 7d2ee5cView commit details
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.