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

Function ExampleMessage_SetAddressHeader

example_test.go:185–187  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

183}
184
185func ExampleMessage_SetAddressHeader() {
186 m.SetAddressHeader("To", "bob@example.com", "Bob")
187}
188
189func ExampleMessage_SetBody() {
190 m.SetBody("text/plain", "Hello!")

Callers

nothing calls this directly

Calls 1

SetAddressHeaderMethod · 0.80

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…