@@ -17,7 +17,6 @@ type Email struct {
}
type EmailConfig struct {
Active bool `json:"active"`
SmtpHost string `json:"smtp"`
FromEmail string `json:"email_from"`
ToEmail []string `json:"email_to"`
The note is not visible to the blocked user.