sabuhish / fastapi-mail

Fastapi mail system sending mails(individual, bulk) attachments(individual, bulk)
https://sabuhish.github.io/fastapi-mail/
MIT License
673 stars 82 forks source link

email-validator lib conflict #207

Open PaoFrito opened 8 months ago

PaoFrito commented 8 months ago

I saw that this lib uses email-validator lib. I find it while I was working on one of my projects that is using email-validator lib (on the latest version), and after downloading the fastapi-mail lib, dependency conflicts starts to occur. I realy like this lib, it's simple and easy, witch makes the development of email features really fast. Anyone knows how to fix this dependency problem?