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

Function ExampleMessage_FormatAddress

example_test.go:175–177  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

173}
174
175func ExampleMessage_FormatAddress() {
176 m.SetHeader("To", m.FormatAddress("bob@example.com", "Bob"), m.FormatAddress("cora@example.com", "Cora"))
177}
178
179func ExampleMessage_FormatDate() {
180 m.SetHeaders(map[string][]string{

Callers

nothing calls this directly

Calls 2

SetHeaderMethod · 0.80
FormatAddressMethod · 0.80

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…