File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -131,31 +131,7 @@ type VerifySmtpConfigSchema struct {
131131type VerifySmtpConfigError struct {
132132 Description string `json:"description"`
133133 Message string `json:"message"`
134- }
135-
136- type SmtpConfigSchema struct {
137- FromEmailId string `json:"FromEmailId"`
138- FromName string `json:"FromName"`
139- IsSsl bool `json:"IsSsl"`
140- Key string `json:"Key"`
141- Password string `json:"Password"`
142- Provider string `json:"provider"`
143- Secret string `json:"Secret"`
144- SmtpHost string `json:"SmtpHost"`
145- SmtpPort int `json:"SmtpPort"`
146- UserName string `json:"UserName"`
147- }
148-
149- type VerifySmtpConfigSchema struct {
150- SmtpConfigSchema
151- EmailId string `json:"emailId"`
152- Message string `json:"message"`
153- Subject string `json:"subject"`
154- }
155134
156- type VerifySmtpConfigError struct {
157- Description string `json:"description"`
158- Message string `json:"message"`
159135}
160136
161137func GetSites () (* SitesReponse , error ) {
You can’t perform that action at this time.
0 commit comments