mirror of
https://github.com/wneessen/go-mail.git
synced 2024-11-09 15:32:54 +01:00
Winni Neessen
438cfd60eb
- Bump version in doc.go - Add sonarlint to .gitignore - Update README to reflect the changes and contributors - Fixed typos in auth_cram_md5_118.go, msg.go, msg_test.go, reader.go and smtp_ehlo_117.go
9 lines
252 B
Go
9 lines
252 B
Go
// SPDX-FileCopyrightText: 2022-2023 The go-mail Authors
|
|
//
|
|
// SPDX-License-Identifier: MIT
|
|
|
|
// Package mail provides a simple and easy way to send mails with Go
|
|
package mail
|
|
|
|
// VERSION is used in the default user agent string
|
|
const VERSION = "0.4.0"
|