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 ¶
This section is empty.
Functions ¶
Types ¶
type Actor ¶
type Actor struct { entity_manager.BaseActor Auth string Pass string Smtp string Port int64 Sender string // contains filtered or unexported fields }
Actor ...
func NewActor ¶
func NewActor(settings m.Attributes, entityManager entity_manager.EntityManager, eventBus bus.Bus, adaptors *adaptors.Adaptors) *Actor
NewActor ...
Click to show internal directories.
Click to hide internal directories.