We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9e65099 commit 546955aCopy full SHA for 546955a
apps/sim/lib/messaging/email/validation.ts
@@ -138,6 +138,7 @@ export async function isDisposableMxBackend(email: string): Promise<boolean> {
138
mxCache.set(domain, { result: result.isDisposableBackend, expires: now + 5 * 60 * 1000 })
139
return result.isDisposableBackend
140
} catch {
141
+ mxCache.set(domain, { result: false, expires: now + 60 * 1000 })
142
return false
143
} finally {
144
clearTimeout(timeoutId)
0 commit comments