Documentation
¶
Overview ¶
Package config loads rssdigest's SMTP and addressing settings from the env.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct {
SMTPHost string
SMTPPort string
SMTPUser string
SMTPPass string
From string
To string
APIKey string // Anthropic; optional
}
Config holds everything needed to send a digest.
Click to show internal directories.
Click to hide internal directories.