maxiaojunwolf

Results 3 issues of maxiaojunwolf

it works when i use uvicorn to start ther server,but HTTP 500 when i start it by IIS

fastapi 0.98 fastapi-mail 1.31 class ConnectionConfig(Settings): MAIL_USERNAME: str MAIL_PASSWORD: str MAIL_PORT: int MAIL_SERVER: str MAIL_STARTTLS: bool MAIL_SSL_TLS: bool MAIL_DEBUG: conint(gt=-1, lt=2) = 0 # type: ignore MAIL_FROM: EmailStr MAIL_FROM_NAME: Optional[str]...

### Checklist - [X] The bug is reproducible against the latest release or `master`. - [X] There are no similar issues or pull requests to fix it yet. ### Describe...