sabuhish / fastapi-mail

Fastapi mail system sending mails(individual, bulk) attachments(individual, bulk)
https://sabuhish.github.io/fastapi-mail/
MIT License
681 stars 82 forks source link

connections limit #75

Closed jet10000 closed 3 years ago

jet10000 commented 3 years ago

aiosmtplib.errors.SMTPDataError: (432, '4.3.2 Concurrent connections limit exceeded. Visit https://aka.ms/concurrent_sending for more information. [Hostname=OS0PR01MB6099.jpnprd01.prod.outlook.com]')

Is there a Queue for tasks?

sabuhish commented 3 years ago

Nope actually there is no such functionality, but how many connections you have established?