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" )
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 event_bus.EventBus, adaptors *adaptors.Adaptors) *Actor
NewActor ...
Click to show internal directories.
Click to hide internal directories.