multiple email server #242
Unanswered
LalitVisko01
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
can i use multiple email server for sending bulk mail on single api and start all task on same time
how many email server are connect one one API and one IP address?
Example:- mail_configs = {
"viskohr1": {
"MAIL_SERVER": "mail.example.com",
"MAIL_USERNAME": "[email protected]",
"MAIL_PASSWORD": "example@example",
"MAIL_DEFAULT_SENDER": "[email protected]",
"MAIL_USE_TLS": True,
"MAIL_PORT": 587
},
"viskohr2": {
"MAIL_SERVER": "mail.example.in",
"MAIL_USERNAME": "[email protected]",
"MAIL_PASSWORD": "example@example",
"MAIL_DEFAULT_SENDER": "[email protected]",
"MAIL_USE_TLS": True,
"MAIL_PORT": 587
},
"viskohr3": {
"MAIL_SERVER": "mail.example.group",
"MAIL_USERNAME": "[email protected]",
"MAIL_PASSWORD": "example@example",
"MAIL_DEFAULT_SENDER": "[email protected]",
"MAIL_USE_TLS": True,
"MAIL_PORT": 587
},
"viskohr4": {
"MAIL_SERVER": "mail.example-marketing.com",
"MAIL_USERNAME": "[email protected]",
"MAIL_PASSWORD": "Info@Visko1",
"MAIL_DEFAULT_SENDER": "[email protected]",
"MAIL_USE_TLS": True,
"MAIL_PORT": 587
}
}
Beta Was this translation helpful? Give feedback.
All reactions