Home > Enterprise >  python flask_mail send very long
python flask_mail send very long

Time:05-20

set up flask_mail everything works, but it takes a very long time to send letters, are there any recipes for quickly sending a letter? I implement user registration. Thanks to all

CodePudding user response:

Решил с помощью потоков import threading

  • Related