@twisted1919
I have given try with 78k subscriber with config.json configuration as below
Even after configuring 5 max connection ,I am not able to send through using two servers.
Need your help.
"DeliveryServers" : [
{
"Hostname" : "s1xxxxxxxxxxxxxxxx.com",
"Port" : 587,
"Username" : "XXXXXXXXXXXXXXXXXXX.com",
"Password" : "XXXXXXXXXXXXXXXXXXX",
"MaxConnections" : 5,
"MaxConnectionMessages" : 1,
"ConnectionTimeout" : 30,
"SendRetriesCount" : 3,
"TestConnection" : true,
"TestRecipientEmail" : "
pxxxxxxxxx@msn.com"
},
{
"Hostname" : "s2xxxxxxxxxxxxxxxx.com",
"Port" : 587,
"Username" : "XXXXXXXXXXXXXXXXXXX.com",
"Password" : "XXXXXXXXXXXXXXXXXXX",
"MaxConnections" : 5,
"MaxConnectionMessages" : 1,
"ConnectionTimeout" : 30,
"SendRetriesCount" : 3,
"TestConnection" : true,
"TestRecipientEmail" : "
pxxxxxxxxx@msn.com"
}
]
,
"Mailwizz" : [
{
"PhpCliBinaryPath" : "/usr/bin/php",
"ConsolePath" : "/var/www/html/xyz/apps/console/console.php",
"CommandName" : "send-campaigns",
"Campaigns" : [
{
"Type" : "regular",
"Processes" : 128,
"Limit" : 1,
"Offset" : 0,
"Pause" : 1
},
{
"Type" : "autoresponder",
"Processes" : 1,
"Limit" : 1,
"Offset" : 0,
"Pause" : 2
}
]
}
]
}