func init() { Config.MailServer = "localhost:25" config.Register(&Config) }
func init() { config.Register(&defaultConfig) }