fixed typos

Signed-off-by: Stephan Richter <s.richter@srsoftware.de>
This commit is contained in:
2024-03-25 18:33:59 +01:00
parent 49ecacc797
commit 92e94eaa51
5 changed files with 8 additions and 3 deletions

View File

@@ -11,6 +11,8 @@ import java.util.Date;
import java.util.List;
import java.util.Properties;
import static de.srsoftware.widerhall.Util.t;
public class SmtpClient {
private static final Logger LOG = LoggerFactory.getLogger(SmtpClient.class);
private static final String HOST = "mail.smtp.host";