fleet/server/mail/templates/smtp_setup.html

20 lines
615 B
HTML
Raw Normal View History

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<style type="text/css">
/*<![CDATA[*/
body {margin: 0; padding: 0; min-width: 100%!important;}
.content {width: 100%; max-width: 600px;}
/*]]>*/
</style>
<title>Kolide SMTP Setup</title>
</head>
<body>
<p>
Hello. This is a test message from <a href="{{.KolideServerURL}}">Kolide</a> confirming successful SMTP
setup.
</p>
</body>
</html>