We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 42eeab7 commit 8db8f90Copy full SHA for 8db8f90
1 file changed
README.md
@@ -40,7 +40,7 @@ public void ConfigureServices(IServiceCollection services)
40
SenderName = Configuration["SenderName"],
41
SenderEmail = Configuration["SenderEmail"],
42
43
- // can be optional with no authentication
+ // can be optional with no authentication
44
Account = Configuration["Account"],
45
Password = Configuration["Password"],
46
// enable ssl or tls
0 commit comments