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
Hi,
I would like to propose a small feature to the current API by providing
func (*Email) SetBodyData(contentTypecontentType, body []byte) *Email
to initialize body part buffer with byte slice instead of a string.
It would help reducing the memory allocation when converting a []byte -> string -> []byte buffer.
Thanks again.
The text was updated successfully, but these errors were encountered:
Hi,
I would like to propose a small feature to the current API by providing
to initialize
body
part buffer with byte slice instead of a string.It would help reducing the memory allocation when converting a []byte -> string -> []byte buffer.
Thanks again.
The text was updated successfully, but these errors were encountered: