Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
marklauter committed Jul 19, 2024
1 parent 547155b commit 1307471
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ the connection.

For example, if you're implementing an SMTP connection pool,
the lease operation can verify the connection to the STMP server
by invoking the SMTP `no-op`. If the ready check fails, you can connect and authenticate to the SMTP server.
by invoking the SMTP `no-op`. You can connect and authenticate to the SMTP server if the ready check fails.

Sample SMTP connection ready check implementation using `MailKit.IMailTransport`:
```csharp
Expand Down

0 comments on commit 1307471

Please sign in to comment.