Skip to content
This repository was archived by the owner on May 25, 2022. It is now read-only.

Commit b6687f7

Browse files
committed
Update server.md
1 parent 3b754fb commit b6687f7

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

guide/docs/server.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ This SMTP server can be used to **receive** emails.
66

77
To set up a new SMTP server you can use the `smtpServer` function.
88

9-
More advanced setup:
109
```kotlin
1110
val smtpServer = smtpServer(port = 25) {
1211
// access the SMTP server builder in here (more information below)

0 commit comments

Comments
 (0)