Create send_email.py #16043
Annotations
3 errors
|
ruff
Process completed with exit code 1.
|
|
Ruff (BLE001):
send_email.py#L24
send_email.py:24:8: BLE001 Do not catch blind exception: `Exception`
|
|
Ruff (S105):
send_email.py#L8
send_email.py:8:16: S105 Possible hardcoded password assigned to: "password"
|