mirror of
https://github.com/knadh/listmonk.git
synced 2024-11-15 03:55:06 +08:00
5 lines
136 B
HTML
5 lines
136 B
HTML
{{ define "smtp-test" }}
|
|
{{ template "header" . }}
|
|
<h2>{{ L.Ts "settings.smtp.testConnection" }}</h2>
|
|
{{ template "footer" }}
|
|
{{ end }}
|