wneessen / go-mail

📧 Easy to use, yet comprehensive library for sending mails with Go
https://go-mail.dev
MIT License
567 stars 44 forks source link

Goroutine/concurrency-safety #269

Open wneessen opened 1 month ago

wneessen commented 1 month ago

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.

Describe the solution you'd like

Investigate what to do to get go-mail concurrency-ready.

Describe alternatives you've considered

No response

Additional context

No response