red-mail icon indicating copy to clipboard operation
red-mail copied to clipboard

Update type hint for EmailSender username and password parameters

Open jonathangreen opened this issue 1 year ago • 0 comments

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.

jonathangreen avatar Feb 05 '24 13:02 jonathangreen