Skip to content

Commit 7e19a07

Browse files
committed
Updated readme
1 parent 7f5ef95 commit 7e19a07

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

README.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -11,15 +11,15 @@ This library is a plugin for [Cofoundry](https://www.cofoundry.org). For more in
1111

1212
This library allows you to send mail using the cross platform [MailKit](https://github.com/jstedfast/MailKit) library. By referencing this package your Cofoundry project will automatically replace the default `IMailDispatchService` implementation with one that uses MailKit. Use the following settings to configure the service:
1313

14-
- *Cofoundry:Plugins:MailKit:Host* Host address of the smtp server to connect with. Defaults to localhost.
15-
- *Cofoundry:Plugins:MailKit:Port* The port to connect to the smtp server on. Defaults to 25.
16-
- *Cofoundry:Plugins:MailKit:EnableSsl* Indicates whether ssl should be used to connect to the host.
17-
- *Cofoundry:Plugins:MailKit:UserName* The user name to authenticate with the smtp server. If left empty then no auth will be used.
18-
- *Cofoundry:Plugins:MailKit:Password* The password use when authenticating with the smtp server.
19-
- *Cofoundry:Plugins:MailKit:CertificateValidationMode* Used to configure how the ssl certificate is validated. `Default` uses the default MailKit validator, which allows valid certificates and self-signed certificates with an untrusted root. `All` ignores all certificate errors. `ValidOnly` allows only valid certificates without errors.
20-
- *Cofoundry:Plugins:MailKit:Disabled* Indicates whether the plugin should be disabled, which means services will not be bootstrapped. Defaults to false.
14+
- ***Cofoundry:Plugins:MailKit:Host*** Host address of the smtp server to connect with. Defaults to localhost.
15+
- ***Cofoundry:Plugins:MailKit:Port*** The port to connect to the smtp server on. Defaults to 25.
16+
- ***Cofoundry:Plugins:MailKit:EnableSsl*** Indicates whether ssl should be used to connect to the host.
17+
- ***Cofoundry:Plugins:MailKit:UserName*** The user name to authenticate with the smtp server. If left empty then no auth will be used.
18+
- ***Cofoundry:Plugins:MailKit:Password*** The password use when authenticating with the smtp server.
19+
- ***Cofoundry:Plugins:MailKit:CertificateValidationMode*** Used to configure how the ssl certificate is validated. `Default` uses the default MailKit validator, which allows valid certificates and self-signed certificates with an untrusted root. `All` ignores all certificate errors. `ValidOnly` allows only valid certificates without errors.
20+
- ***Cofoundry:Plugins:MailKit:Disabled*** Indicates whether the plugin should be disabled, which means services will not be bootstrapped. Defaults to false.
2121

2222

2323
## Custom Connection Configuration
2424

25-
For more control over how MailKit initializes and connects to the smtp host you can override the default `ISmtpClientConnectionConfiguration` implementation using the [Cofoundry DI system](https://github.com/cofoundry-cms/cofoundry/wiki/Dependency-Injection#overriding-registrations).
25+
For more control over how MailKit initializes and connects to the smtp host you can implement your own `ISmtpClientConnectionConfiguration` and override the default implementation using the [Cofoundry DI system](https://github.com/cofoundry-cms/cofoundry/wiki/Dependency-Injection#overriding-registrations).

0 commit comments

Comments
 (0)