Closed dselim closed 2 years ago
These changes allow the use of arbitrary request options when using Client#SendMail and Client#SendMailV31.
Client#SendMail
Client#SendMailV31
Also adds a WithContext factory function which creates a RequestOptions that sets the request context.
WithContext
RequestOptions
These changes allow the use of arbitrary request options when using
Client#SendMail
andClient#SendMailV31
.Also adds a
WithContext
factory function which creates aRequestOptions
that sets the request context.