()
| 183 | } |
| 184 | |
| 185 | func ExampleMessage_SetAddressHeader() { |
| 186 | m.SetAddressHeader("To", "bob@example.com", "Bob") |
| 187 | } |
| 188 | |
| 189 | func ExampleMessage_SetBody() { |
| 190 | m.SetBody("text/plain", "Hello!") |
nothing calls this directly
no test coverage detected
searching dependent graphs…