Documentation
¶
Index ¶
Constants ¶
View Source
const ( Name = "email" AttrAuth = "auth" AttrPass = "pass" AttrSmtp = "smtp" AttrPort = "port" AttrSender = "sender" AttrAddresses = "addresses" AttrSubject = "subject" AttrBody = "body" )
Variables ¶
This section is empty.
Functions ¶
func NewMessageParams ¶
func NewMessageParams() m.Attributes
func NewSettings ¶
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 ...
func (*Actor) Spawn ¶
func (p *Actor) Spawn() entity_manager.PluginActor
Click to show internal directories.
Click to hide internal directories.