portal/config/mail.go

11 lines
140 B
Go
Raw Normal View History

package config
type MailConfig struct {
Host string
Port int
SSL bool
AuthType string
Username string
Password string
}