()
| 251 | } |
| 252 | |
| 253 | func (lc EmailCfg) Enabled() bool { |
| 254 | return (lc.Domain != "" && lc.MailgunPrivate != "") || |
| 255 | lc.Username != "" && lc.Password != "" && lc.Host != "" && lc.Port > 0 |
| 256 | } |
| 257 | |
| 258 | func (ac AppCfg) SignupPath() string { |
| 259 | if !ac.OpenRegistration { |
no outgoing calls
no test coverage detected