Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
cosullivan authored Mar 11, 2018
1 parent 273e29a commit 9c32c0b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ There are three hooks that can be implemented; IMessageStore, IMailboxFilter, an
var options = new OptionsBuilder()
.ServerName("localhost")
.Port(25, 587)
.Port(465, isSecure: true)
.Certificate(CreateX509Certificate2())
.MessageStore(new SampleMessageStore())
.MailboxFilter(new SampleMailboxFilter())
Expand Down

0 comments on commit 9c32c0b

Please sign in to comment.