mirror of
https://github.com/wneessen/go-mail.git
synced 2024-11-08 23:12:54 +01:00
Updated README.md
This commit is contained in:
parent
1157180369
commit
bc9b55de89
1 changed files with 5 additions and 6 deletions
11
README.md
11
README.md
|
@ -6,15 +6,14 @@ The main idea of this library was to provide a simple interface to sending mails
|
|||
my [JS-Mailer](https://github.com/wneessen/js-mailer) project. It quickly evolved into a
|
||||
full-fledged mail library.
|
||||
|
||||
Parts of this library (especially some parts of [msgwriter.go](msgwriter.go)) have been forked/ported from the
|
||||
[GoMail](https://github.com/go-mail/mail) which seems to not be maintained anymore.
|
||||
|
||||
**This library is "WIP" an should not be considered "production ready", yet.**
|
||||
|
||||
go-mail follows idiomatic Go style and best practice. It's only dependency is the Go Standard Library.
|
||||
It combines a lot of functionality from the standard library to give easy and convenient access to
|
||||
mail and SMTP related tasks.
|
||||
|
||||
Parts of this library (especially some parts of [msgwriter.go](msgwriter.go)) have been forked/ported from the
|
||||
[go-mail/mail](https://github.com/go-mail/mail) respectively [go-gomail/gomail](https://github.com/go-gomail/gomail)
|
||||
which both seems to not be maintained anymore.
|
||||
|
||||
## Features
|
||||
Some of the features of this library:
|
||||
* [X] Only Standard Library dependant
|
||||
|
@ -31,5 +30,5 @@ Some of the features of this library:
|
|||
* [ ] Support for different encodings
|
||||
|
||||
## Examples
|
||||
The packageis shipped with example code. Check it out on the packages
|
||||
The package is shipped with example code. Check it out on the packages
|
||||
[GoDoc page](https://pkg.go.dev/github.com/wneessen/go-mail#pkg-examples)
|
Loading…
Reference in a new issue