mirror of
https://gitlab.com/upRootNutrition/dotfiles.git
synced 2025-06-16 18:15:13 -05:00
feat: smtp test
This commit is contained in:
parent
2cddd7b561
commit
2f5d7291c0
5 changed files with 87 additions and 73 deletions
|
@ -56,6 +56,7 @@ let
|
|||
subdomain = stringType;
|
||||
label = stringType;
|
||||
name = stringType;
|
||||
hostname = stringType;
|
||||
domains = genOptions stringType "url";
|
||||
dns = genOptions stringType "provider";
|
||||
localhost = genOptions stringType "address";
|
||||
|
|
13
config/instances/config/smtp.nix
Normal file
13
config/instances/config/smtp.nix
Normal file
|
@ -0,0 +1,13 @@
|
|||
{ instancesFunctions }:
|
||||
let
|
||||
inherit (instancesFunctions)
|
||||
dummy
|
||||
;
|
||||
in
|
||||
{
|
||||
hostname = "mail.smtp2go.com";
|
||||
email = dummy;
|
||||
ports = {
|
||||
port0 = 2525;
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue