feat: smtp test

This commit is contained in:
Nick 2025-02-02 20:53:34 -06:00
parent 748267110c
commit 468ecc909a
2 changed files with 1 additions and 18 deletions

View file

@ -1,17 +0,0 @@
{instancesFunctions}: let
inherit
(instancesFunctions)
dummy
;
nginxLabel = "Ngnix";
nginxName = "nginx";
in {
name = nginxName;
label = nginxLabel;
email = dummy;
ports = {
port0 = 8080; # HTTP
port1 = 8443; # HTTPS
};
}

View file

@ -6,7 +6,7 @@ let
in
{
hostname = "mail.smtp2go.com";
email = dummy;
name = dummy;
ports = {
port0 = 2525;
};