You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+6-6
Original file line number
Diff line number
Diff line change
@@ -1,10 +1,10 @@
1
1
# 
[](https://github.com/mocktools/golang-smtp-mock/releases)
[](https://github.com/mocktools/go-smtp-mock/releases)
Golang SMTP mock. Mimic SMTP server behaviour for your test environment and even more. It's lightweight configurable multithreaded SMTP server package written in Go. It meets the minimum requirements specified by [RFC 2821](https://datatracker.ietf.org/doc/html/rfc2821) & [RFC 5321](https://datatracker.ietf.org/doc/html/rfc5321).
@@ -187,7 +187,7 @@ smtpmock.ConfigurationAttr{
187
187
188
188
### Starting-stopping server
189
189
190
-
To iterate with your SMTP mock server you have to create it using `smtpmock.New()` and `smtpmock.ConfigurationAttr` first. Example of usage:
190
+
You have to create your SMTP mock server using `smtpmock.New()` and `smtpmock.ConfigurationAttr` to iterate with it first. Example of usage:
191
191
192
192
```go
193
193
package main
@@ -260,7 +260,7 @@ This golang package is available as open source under the terms of the [MIT Lice
260
260
261
261
## Code of Conduct
262
262
263
-
Everyone interacting in the SmtpMock project’s codebases, issue trackers, chat rooms and mailing lists is expected to follow the [code of conduct](CODE_OF_CONDUCT.md).
263
+
Everyone interacting in the `smtpmock` project’s codebases, issue trackers, chat rooms and mailing lists is expected to follow the [code of conduct](CODE_OF_CONDUCT.md).
264
264
265
265
## Credits
266
266
@@ -269,4 +269,4 @@ Everyone interacting in the SmtpMock project’s codebases, issue trackers, chat
0 commit comments