MCPcopy Index your code
hub / github.com/writefreely/writefreely / AddTag

Method AddTag

mailer/mailer.go:115–119  ·  view source on GitHub ↗

AddTag attaches a tag to the Message for providers that support it.

(tag string)

Source from the content-addressed store, hash-verified

113
114// AddTag attaches a tag to the Message for providers that support it.
115func (m *Message) AddTag(tag string) {
116 if m.mgMsg != nil {
117 m.mgMsg.AddTag(tag)
118 }
119}
120
121func (m *Message) AddRecipientAndVariables(r string, vars map[string]string) error {
122 if m.smtpMsg != nil {

Callers 4

emailPasswordResetFunction · 0.95
loginViaEmailFunction · 0.95
emailPostFunction · 0.95
sendSubConfirmEmailFunction · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected