Increase max email limit
This commit is contained in:
parent
fcec465b37
commit
532a10a915
1 changed files with 1 additions and 1 deletions
|
|
@ -211,6 +211,6 @@ trait SendsEmails
|
|||
|
||||
$limit += $this->created_at->diffInMonths() * 100;
|
||||
|
||||
return min($limit, 1000);
|
||||
return min($limit, 2000);
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue