Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct { SMTPServerAddress string `help:"smtp server address" default:""` TemplatePath string `help:"path to email templates source" default:""` From string `help:"sender email address" default:""` AuthType string `help:"smtp authentication type" releaseDefault:"login" devDefault:"simulate"` Login string `help:"plain/login auth user login" default:""` Password string `help:"plain/login auth user password" default:""` RefreshToken string `help:"refresh token used to retrieve new access token" default:""` ClientID string `help:"oauth2 app's client id" default:""` ClientSecret string `help:"oauth2 app's client secret" default:""` TokenURI string `help:"uri which is used when retrieving new access token" default:""` }
Config defines values needed by mailservice service
Click to show internal directories.
Click to hide internal directories.