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

Mail Delivery Subsystem Error #186

Open
Stark-Vinoth opened this issue Aug 23, 2023 · 2 comments
Open

Mail Delivery Subsystem Error #186

Stark-Vinoth opened this issue Aug 23, 2023 · 2 comments

Comments

@Stark-Vinoth
Copy link

Stark-Vinoth commented Aug 23, 2023

In our implementation we have validated the email address before Dial and Send Email through GOMail package. This validation will validate whether the format is correct or not. Our SMTP server returns error when the Email address is in correct format but when email address is invalid. But GOMail doesn't return error when the valid Email address is Unavailable. Generally when sending any mail if the to / cc address is unavailable , will receive a mail from Mail Delivery Subsystem stating that the Address Not Found. Is there any way to catch this error in GO Mail package?

@wneessen
Copy link

It looks like this library is not maintained anymore- at least the commits and issues section is dead for several years now. You might wanna look at a different library. For the package that I maintain we found a similar issue and addressed this in v0.3.7. Maybe this is an interesting alternative for you.

@StarkVinoth
Copy link

Thank you. Let me check.

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

3 participants