red-mail
red-mail copied to clipboard
Update type hint for EmailSender username and password parameters
The EmailSender constructor defaults username
and password
to None
, so the type hint should be Optional[str], so that calling functions are also able to pass None
in here.