Documentation
¶
Overview ¶
The email package provides Geneos specific email processing to support libemail and other email senders using Geneos formatted parameters.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Dial ¶
Dial sets up a Dialer using the Geneos _SMTP_* parameters
All the parameters in the official docs are supported and have the same defaults
Additional parameters are (which are case insensitive):
* _SMTP_TLS - default / force / none (case insensitive) * _SMTP_USERNAME - if defined authentication attempted * _SMTP_PASSWORD - password in [ExpandString] format
func NewEmailConfig ¶ added in v1.13.0
NewEmailConfig sets up a config.Config containing Geneos specific email settings, ready to use with
func UpdateEnvelope ¶ added in v1.13.0
UpdateEnvelope processes the Geneos libemail parameters for _FROM, _TO, _CC and _BCC and their related parameters stored in conf and returns a populated mail.Message structure or an error.
Types ¶
This section is empty.