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

Use secret str #215

Open przemoch-dev opened 2 months ago

przemoch-dev commented 2 months ago

Use pydantic SecretStr instead of just str for ConnectionConfig to avoid exposing password logs, prints, etc.