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

Sending mail with files "noname" and no extension. #210

Open MiguelGoiss opened 8 months ago

MiguelGoiss commented 8 months ago

I'm testing the fastapi-mail module for the first time. I tried using the route to send files from the documentation and every time I get the filename on the mail with "noname" and no extension. This is what I get on the email when I send the email: image