You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
No response
Describe the solution you'd like
I found this issue go-gomail/gomail#171 and thought it might be nice addition to the library being able to store generated mails as files. Since we already have Msg.WriteTo it should be fairly simple to realize.
I'll have to check the EML specifications if there is any file sepecific formating needed, though.
Describe alternatives you've considered
No response
Additional context
No response
The text was updated successfully, but these errors were encountered:
- We have two versions of this method:
- One for Go versions below 1.17 using `ioutil.TempFile()`
- One for Go versions >= 1.17 using `os.CreateTemp()`
Is your feature request related to a problem? Please describe.
No response
Describe the solution you'd like
I found this issue go-gomail/gomail#171 and thought it might be nice addition to the library being able to store generated mails as files. Since we already have
Msg.WriteTo
it should be fairly simple to realize.I'll have to check the EML specifications if there is any file sepecific formating needed, though.
Describe alternatives you've considered
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: