Answer the question
In order to leave comments, you need to log in
Is there an asynchronous module for sending emails to email?
Is there an asynchronous library for sending emails to any email? (mail, gmail, yandex, etc.). I used a library from python, but it is synchronous and I noticed that letters are sent only to gmail.
JP - Python
Answer the question
In order to leave comments, you need to log in
In general, the standard Python lib simply implements the protocol for connecting to a POP server, so that it is able to work with any mail.
Most likely you just sent emails from an unfavorable server (or account).
regarding synchronism: there is a threading module (well, or asyncio (which, despite its hype, ̶r̶a̶b̶o̶t̶a̶e̶t̶ ̶t̶a̶k̶ ̶s̶e̶b̶e̶ I don’t like)) I
strongly recommend studying examples of using threading.Thread to solve your problem
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question