mirror of
https://github.com/wneessen/go-mail.git
synced 2024-11-09 15:32:54 +01:00
9 lines
261 B
Go
9 lines
261 B
Go
// SPDX-FileCopyrightText: 2022 Winni Neessen <winni@neessen.dev>
|
|
//
|
|
// 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.3.8"
|