sending a campaign with fluent crm fluent smtp and getting an error
Second time that I send a campaign (to around 800 people) and I get User already has more than 'max_user_connections' active connections.
what can I do ?
Where are yoy seeing the error? What's the context?
Shahjahan JewelΒ thanks for reacting so quickly.
UPDATE: see reply below
1st reply was:
I found the problem was in another plugin; Fluent CRM was not involved even if the crach happened when I was sending the campaign (maybe it generated the database connection too much)
Shahjahan JewelΒ erratum: I disconnected all suspicious plgins and when I tried a new sending of a campaign I got the same crash.
I send to 4 lists of contacts for around 800 people.
Some people received the emails but I have no idea if everybody received it
Christian VanhentenΒ Maybe you are using a very restricted hosting.
Shahjahan JewelΒ I have 50 accesses, quite normal for shared hosting.
I externalised the cron:
- in wp_config.php: define('DISABLE_WP_CRON', true);
- created a cron task every minute
- in fluent crm lowered batch sending to 10/sec
it seems to work like this.
What do you think?
Christian VanhentenΒ I would suggest to upgrade to a better hosting.