()
| 209 | }; |
| 210 | |
| 211 | const submitServerAddress = async () => { |
| 212 | let ServerAddress = removeTrailingSlash(inputs.ServerAddress); |
| 213 | await updateOptions([{ key: 'ServerAddress', value: ServerAddress }]); |
| 214 | }; |
| 215 | |
| 216 | const submitSMTP = async () => { |
| 217 | const options = []; |
nothing calls this directly
no test coverage detected