Merge pull request #1168 from OpenSignLabs/validation

This commit is contained in:
Andrew
2024-09-06 14:48:47 +05:30
committed by GitHub
10 changed files with 43 additions and 56 deletions
@@ -225,7 +225,7 @@ async function sendmailv3(req) {
const nonCustomMail = await sendMailProvider(req, Plan, true);
return nonCustomMail;
} else {
if (MonthlyFreeEmails >= 20) {
if (MonthlyFreeEmails >= 15) {
return { status: 'quota-reached' };
} else {
const nonCustomMail = await sendMailProvider(req, Plan);