You must queue your outgoing emails, and then either use multiple SMTPs in a round-robin mode, or one SMTP that allows you to use parallel connections (I'm not sure if this is possible according to the corresponding RFC).
Or you can install, for example. Postfix and make your emails with the Django app. Then this is a Postfix configuration issue.
source
share