MCPcopy Create free account
hub / github.com/go-gomail/gomail / ExampleMessage_SetBody

Function ExampleMessage_SetBody

example_test.go:189–191  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

187}
188
189func ExampleMessage_SetBody() {
190 m.SetBody("text/plain", "Hello!")
191}
192
193func ExampleMessage_SetDateHeader() {
194 m.SetDateHeader("X-Date", time.Now())

Callers

nothing calls this directly

Calls 1

SetBodyMethod · 0.80

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…