go-gomail / gomail

The best way to send emails in Go.
MIT License
4.29k stars 569 forks source link

550 Mailbox not found or access denied #196

Open Yadoon opened 1 month ago

Yadoon commented 1 month ago

image

I sent emails to two emails, one illegal and one legal, may I getthe illegal one in the return err?

sushihentaime commented 1 month ago

This package is not actively maintained. You can refer https://github.com/go-mail/mail for the fork.

wneessen commented 1 month ago

This is a know bug but unfortunately won't be fixed since the maintainer has sadly passed away.

You might want to consider checking wneessen/go-mail which has addressed this issue and has dedicated error detection for failed bulk mails.

wneessen commented 1 month ago

This package is not actively maintained. You can refer https://github.com/go-mail/mail for the fork.

That packages is also not actively maintained anymore. It hasn't seen an update in the last 6 years.