Documentation ¶
Index ¶
Constants ¶
View Source
const ( // Name ... Name = "email" // AttrAuth ... AttrAuth = "auth" // AttrPass ... AttrPass = "pass" // AttrSmtp ... AttrSmtp = "smtp" // AttrPort ... AttrPort = "port" // AttrSender ... AttrSender = "sender" // AttrAddresses ... AttrAddresses = "addresses" // AttrSubject ... AttrSubject = "subject" // AttrBody ... AttrBody = "body" Version = "0.0.1" )
Variables ¶
View Source
var F embed.FS
Functions ¶
Types ¶
type Actor ¶
type Actor struct { *supervisor.BaseActor Auth string Pass string Smtp string Port int64 Sender string // contains filtered or unexported fields }
Actor ...
func (*Actor) MessageParams ¶ added in v0.12.0
func (e *Actor) MessageParams() m.Attributes
MessageParams ...
Click to show internal directories.
Click to hide internal directories.