Campaign Limit

vernonthekiller

New Member
Hello,

I'm trying to bulk upload a bunch of Autoresponder campaigns(3 emails a day for 1 year) using the mailwizz API and I'm getting this error:
"Autoresponder time value is too big (maximum is 365)". Is there any way I can increase the maximum limit so I can upload more Autoresponder Emails?
 
Last edited:
You can open /apps/common/models/CampaignOption.php and at line 94, put a higher value, maybe add a 0 to make it 3650.
I'll do it too so it is safe at upgrades.
 
Back
Top