go-mail icon indicating copy to clipboard operation
go-mail copied to clipboard

πŸ“§ Easy to use, yet comprehensive library for sending mails with Go

Results 11 go-mail issues
Sort by recently updated
recently updated
newest added

### Is your feature request related to a problem? Please describe. As requested on discord, it would be nice to generate a new `Msg` from a given `.eml` file. ###...

enhancement
hacktoberfest
hacktoberfest-accepted
WIP

> Since errors are appendable BTW, the way how code currently does "appending" is really ... bad. I think. As an [author of one of (I believe) good errors packages...

enhancement
help wanted
WIP

### Is your feature request related to a problem? Please describe. For the [OpenPGP middleware](https://github.com/wneessen/go-mail-middleware/tree/main/openpgp) we are currently working on, we need more ways to interact with mail parts. For...

enhancement
WIP

Bumps [golangci/golangci-lint-action](https://github.com/golangci/golangci-lint-action) from 6.0.0 to 6.0.1. Release notes Sourced from golangci/golangci-lint-action's releases. v6.0.1 What's Changed Changes fix: use 3-dots syntax for diff on push by @​ldez in golangci/golangci-lint-action#1040 Full Changelog:...

dependencies
github_actions

Bumps [github/codeql-action](https://github.com/github/codeql-action) from 3.25.3 to 3.25.4. Commits ccf74c9 Merge pull request #2275 from github/update-v3.25.4-4b812a5df 4fdf4ac Update changelog for v3.25.4 4b812a5 Merge pull request #2270 from github/update-bundle/codeql-bundle-v2.17.2 1e21373 Merge pull request...

dependencies
github_actions

### Description I believe the example on https://go-mail.dev/examples/bulk-mailer/ does not yield the expected result when it comes to alternative content (HTML vs. plain text). Note: This might be entirely due...

bug

### Description 200 EML files were written to disk from uniquely separate IoT devices running the same code over the last several months. 198 were "Good" - opened in Email...

bug
in-progress

### Is your feature request related to a problem? Please describe. Based on this issue: https://github.com/go-gomail/gomail/issues/198 we might want to evaluate if this is something that would benefit go-mail. ###...

enhancement

This pull request resolve #296.

### Is your feature request related to a problem? Please describe. Referring to https://github.com/wneessen/go-mail/discussions/268 we want to look at go-mail's concurrency-safetyness. In the current state it's not prepared for this....

enhancement
WIP