You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
While I was testing something, I discovered that there was a problem with Outlook / Hotmail addresses. Here's an example, the username of the email is random so as not to leak a private email.
import { validate } from 'deep-email-validator'
const main = async () => {
let res = await validate({
email: '[email protected]'
})
console.log(res)
}
main()
The problem is directly in [****](smtp: { valid: false, reason: 'Mailbox not found.' })
The mailbox exists, but it is said here that it does not exist. I have been able to determine that with Outlook and Hotmail addresses so far that it is not displayed correctly.
The text was updated successfully, but these errors were encountered:
I'm having the same issue with this, the issue is Spamhaus (it's the spam solution that Outlook uses), and as soon as they flag your ip you are basically done for. https://check.spamhaus.org/ you can check if your ip is okay here, i still dont have a solution for this issue tho
While I was testing something, I discovered that there was a problem with Outlook / Hotmail addresses. Here's an example, the username of the email is random so as not to leak a private email.
Response:
The problem is directly in [****](smtp: { valid: false, reason: 'Mailbox not found.' })
The mailbox exists, but it is said here that it does not exist. I have been able to determine that with Outlook and Hotmail addresses so far that it is not displayed correctly.
The text was updated successfully, but these errors were encountered: