You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
2 months ago | |
---|---|---|
examples | 2 months ago | |
internal | 2 months ago | |
pkg/email | 2 months ago | |
.gitignore | 2 months ago | |
Makefile | 2 months ago | |
README.md | 2 months ago | |
go.mod | 2 months ago | |
go.sum | 2 months ago |
README.md
Email Sender
Description
email-sender
is a simple Go library designed to send emails with optional attachments. It's built on top of the standard Go net/smtp
library with additional support for sending HTML emails and handling multiple attachments.
Features
- Send HTML emails.
- Attach multiple files to the email.
- Built-in support for TLS encryption.
- Simple API for sending emails.
Installation
Clone this repository:
git clone https://gitea.urkob.com/urko/emailsender.git
Usage
Check examples in examples
Dependencies
- Go's standard
net/smtp
package - Go's standard
crypto/tls
package for secure email sending.
Contribution
Feel free to submit issues or pull requests if you find any bugs or have suggestions for improvements.