Skip to content

Commit

Permalink
Update README.md wordings for clarity
Browse files Browse the repository at this point in the history
Refined the wording in the README.md to enhance readability and clarity. Changed some sentences to past perfect tense and added backticks around `smtp` for consistency with code references.
  • Loading branch information
wneessen committed Oct 1, 2024
1 parent e5b87db commit cace489
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,11 @@ go-mail follows idiomatic Go style and best practice. It has a small dependency
Go Standard Library and the Go extended packages. It combines a lot of functionality from the standard library to
give easy and convenient access to mail and SMTP related tasks.

In the early days, parts of this library (especially some parts of [msgwriter.go](msgwriter.go)) have been
forked/ported from [go-mail/mail](https://github.com/go-mail/mail) and respectively [go-gomail/gomail](https://github.com/go-gomail/gomail). In
the meantime most of the ported code has been refactored.
In the early days, parts of this library (especially some parts of [msgwriter.go](msgwriter.go)) had been
forked/ported from [go-mail/mail](https://github.com/go-mail/mail) and respectively [go-gomail/gomail](https://github.com/go-gomail/gomail). Today
most of the ported code has been refactored.

The smtp package of go-mail has been forked from the original Go stdlib's `net/smtp` package and has then been extended
The `smtp` package of go-mail has been forked from the original Go stdlib's `net/smtp` package and has then been extended
by the go-mail team to fit the packages needs (more SMTP Auth methods, logging, concurrency-safety, etc.).

## Features
Expand Down

0 comments on commit cace489

Please sign in to comment.