MCPcopy Index your code

hub / github.com/go-gomail/gomail / types & classes

Types & classes24 in github.com/go-gomail/gomail

↓ 1 callersFuncTypeSendFunc
A SendFunc is a function that sends emails to the given adresses. The SendFunc type is an adapter to allow the use of ordinary functions as email sen
send.go:28
StructDialer
A Dialer is a dialer to an SMTP server.
smtp.go:12
TypeAliasEncoding
Encoding represents a MIME encoding scheme like quoted-printable or base64.
message.go:86
FuncTypeFileSetting
A FileSetting can be used as an argument in Message.Attach or Message.Embed.
message.go:240
StructMessage
Message represents an email.
message.go:12
FuncTypeMessageSetting
A MessageSetting can be used as an argument in NewMessage to configure an email.
message.go:69
InterfaceSendCloser
SendCloser is the interface that groups the Send and Close methods.
send.go:18
InterfaceSender
Sender is the interface that wraps the Send method. Send sends an email to the given addresses.
send.go:13
Structbase64LineWriter
base64LineWriter limits text encoded in base64 to 76 characters per line
writeto.go:216
Structfile
message.go:229
TypeAliasheader
message.go:23
Structmessage
message_test.go:22
StructmessageWriter
writeto.go:71
StructmimeEncoder
mime.go:12
StructmimeEncoder
mime_go14.go:9
StructmockClient
smtp_test.go:112
StructmockSendCloser
send_test.go:31
TypeAliasmockSender
send_test.go:25
StructmockWriter
smtp_test.go:174
Structpart
message.go:25
StructplainAuth
plainAuth is an smtp.Auth that implements the PLAIN authentication mechanism. It fallbacks to the LOGIN mechanism if it is the only mechanism advertis
auth.go:13
StructplainAuthTest
auth_test.go:20
InterfacesmtpClient
smtp.go:166
StructsmtpSender
smtp.go:123