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

Concurrency - overall ability to send multiple mails in a faster pace. #1986

Open
canakyildz opened this issue Aug 12, 2023 · 0 comments
Open
Labels

Comments

@canakyildz
Copy link

As I'm using the server with a lot of satisfaction and appreciation overall, I'm happy to get assistance with making concurrent sending requests.

Let's say that I have 100 items in an array and I need to send email to each one of them with SMTP.

Currently the case with DispatchGroup or concurrent DispatchQueue doesn't help the case, I see emails being sent right after one is sent. So it takes a lot of my time.

What can I do about this?

@canakyildz canakyildz added the bug label Aug 12, 2023
@canakyildz canakyildz changed the title Performance Concurrency - overall ability to send multiple mails in a faster pace. Aug 12, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant