import "github.com/muesli/beehive/bees/emailbee"
Package emailbee is a Bee that is able to send emails.
emailbee.go emailbeefactory.go
EmailBee is a Bee that is able to send emails.
Action triggers the action passed to it.
func (mod *EmailBee) ReloadOptions(options bees.BeeOptions)
ReloadOptions parses the config options and initializes the Bee.
type EmailBeeFactory struct { bees.BeeFactory }
EmailBeeFactory is a factory for EmailBees.
func (factory *EmailBeeFactory) Actions() []bees.ActionDescriptor
Actions describes the available actions provided by this Bee.
func (factory *EmailBeeFactory) Description() string
Description returns the description of this Bee.
func (factory *EmailBeeFactory) Events() []bees.EventDescriptor
Events describes the available events provided by this Bee.
func (factory *EmailBeeFactory) ID() string
ID returns the ID of this Bee.
func (factory *EmailBeeFactory) Image() string
Image returns the filename of an image for this Bee.
func (factory *EmailBeeFactory) LogoColor() string
LogoColor returns the preferred logo background color (used by the admin interface).
func (factory *EmailBeeFactory) Name() string
Name returns the name of this Bee.
func (factory *EmailBeeFactory) New(name, description string, options bees.BeeOptions) bees.BeeInterface
New returns a new Bee instance configured with the supplied options.
func (factory *EmailBeeFactory) Options() []bees.BeeOptionDescriptor
Options returns the options available to configure this Bee.
Package emailbee imports 4 packages (graph) and is imported by 14 packages. Updated 2021-01-26. Refresh now. Tools for package owners.