mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-09 03:14:30 -04:00
Increase max email limit
This commit is contained in:
parent
1ae2fdf5bb
commit
ae2004e115
@ -211,6 +211,6 @@ trait SendsEmails
|
|||||||
|
|
||||||
$limit += $this->created_at->diffInMonths() * 100;
|
$limit += $this->created_at->diffInMonths() * 100;
|
||||||
|
|
||||||
return min($limit, 1000);
|
return min($limit, 2000);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user