Skip to content

Commit 8db8f90

Browse files
authored
Update README.md
1 parent 42eeab7 commit 8db8f90

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ public void ConfigureServices(IServiceCollection services)
4040
SenderName = Configuration["SenderName"],
4141
SenderEmail = Configuration["SenderEmail"],
4242

43-
// can be optional with no authentication
43+
// can be optional with no authentication
4444
Account = Configuration["Account"],
4545
           Password = Configuration["Password"],
4646
           // enable ssl or tls

0 commit comments

Comments
 (0)