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

Conversation

jdarwood007
Copy link
Member

Fixes #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.

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.
@sbulen sbulen added the Mail E-mail label Jul 9, 2023
@sbulen sbulen added this to the 2.1.5 milestone Jul 9, 2023
@jdarwood007
Copy link
Member Author

I'm still working on this. I had a issue where the mail was deleted and it shouldn't have been deleted yet. Still looking into it.

@jdarwood007 jdarwood007 marked this pull request as ready for review August 4, 2023 21:47
@jdarwood007
Copy link
Member Author

I believe this is ready. I'm doing a final round of verification.
I also fixed a issue where the mail queue viewer will show UTF-8 encoded subjects.

Sources/Subs-Post.php Outdated Show resolved Hide resolved
Sources/Subs-Post.php Outdated Show resolved Hide resolved
Sources/Subs-Post.php Outdated Show resolved Hide resolved
@Sesquipedalian
Copy link
Member

Made a few typo fixes

@jdarwood007
Copy link
Member Author

Looks like you broke the syntax.

@Sesquipedalian
Copy link
Member

Looks like you broke the syntax.

I suppose that's what I get for using GitHub's web-based editor. Fixed now.

@Sesquipedalian Sesquipedalian merged commit 8a0b818 into SimpleMachines:release-2.1 Aug 5, 2023
8 checks passed
@jdarwood007 jdarwood007 deleted the smtpMailImprovements branch August 6, 2023 01:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Mail E-mail
Projects
None yet
Development

Successfully merging this pull request may close these issues.

SMTP Email - live server edits vs relay
3 participants