wneessen / go-mail

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

Add method to remove any attachment/embed #147

Closed wneessen closed 1 year ago

wneessen commented 1 year ago

Is your feature request related to a problem? Please describe.

Based on this issue it would be nice to have a method that removes all attachments/embeds that are currently attached to a Msg. This should be a simple change.

Describe the solution you'd like

I am thinking about three seperate methods:

Describe alternatives you've considered

No response

Additional context

No response

leahoop commented 1 year ago

Have these methods been assigned yet? If not maybe I can a try

wneessen commented 1 year ago

@leahoop Feel free to give it a try! Appreciate the initiative!

leahoop commented 1 year ago

thanks, it's my pleasure

wneessen commented 1 year ago

Merged to main.