fix(mail): resend 2925 code after quick initial poll

This commit is contained in:
InkCrow
2026-05-13 02:19:00 +08:00
parent 6bd743cbd3
commit 24a0b8a45d
3 changed files with 8 additions and 8 deletions
+1 -1
View File
@@ -551,7 +551,7 @@
},
targetEmail: fixedTargetEmail,
maxResendRequests: mail.provider === '2925' ? 1 : undefined,
initialPollMaxAttempts: mail.provider === '2925' ? 5 : undefined,
initialPollMaxAttempts: mail.provider === '2925' ? 2 : undefined,
resendIntervalMs: mail.provider === LUCKMAIL_PROVIDER
? 15000
: ((mail.provider === HOTMAIL_PROVIDER || mail.provider === '2925')