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

SMTP Mail Queueing improvements #7788

Merged

Commits on Jul 8, 2023

  1. 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.
    jdarwood007 committed Jul 8, 2023
    Configuration menu
    Copy the full SHA
    d9a986f View commit details
    Browse the repository at this point in the history

Commits on Jul 29, 2023

  1. Configuration menu
    Copy the full SHA
    01f228c View commit details
    Browse the repository at this point in the history

Commits on Jul 31, 2023

  1. 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.
    jdarwood007 committed Jul 31, 2023
    Configuration menu
    Copy the full SHA
    330ee59 View commit details
    Browse the repository at this point in the history

Commits on Aug 3, 2023

  1. Configuration menu
    Copy the full SHA
    9fbde6d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a108165 View commit details
    Browse the repository at this point in the history

Commits on Aug 4, 2023

  1. Configuration menu
    Copy the full SHA
    4e32cde View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8dd5432 View commit details
    Browse the repository at this point in the history

Commits on Aug 5, 2023

  1. Configuration menu
    Copy the full SHA
    ed99690 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8bb536a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8c03465 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7d2ee5c View commit details
    Browse the repository at this point in the history