Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix: Default FromEmail/HelloName values causing incorrect "deliverable" results #133

Closed
emilianocalzada opened this issue Oct 30, 2024 · 1 comment

Comments

@emilianocalzada
Copy link

Hey! 👋

The current default values for "FromEmail" and "HelloName" are causing incorrect "deliverable" results during SMTP checks. Would be great to update these defaults in the package.

It currently gives the following error (with some providers):

550 5.7.27 Sender address rejected: Domain example.org does not accept mail (nullMX) error

Quick fix:
Update the default from email and hello name.

verifier := emailverifier.NewVerifier().
    FromEmail("email@gmail.com").
    HelloName("gmail.com")

To the maintainers of this repo, i recommend updating the default values for this fields 👍

This is the fix to this related issue: #72

Thanks, hope it helps

@NexaVerse-AI
Copy link

NexaVerse-AI commented Oct 30, 2024 via email

@emilianocalzada emilianocalzada closed this as not planned Won't fix, can't repro, duplicate, stale Nov 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants