mirror of
https://gitlab.com/upRootNutrition/dotfiles.git
synced 2025-08-10 22:04:38 -05:00
feat: smtp test
This commit is contained in:
parent
468ecc909a
commit
2ede55a7ee
4 changed files with 14 additions and 24 deletions
|
@ -11,6 +11,7 @@ let
|
|||
inherit (flake.config.services.instances)
|
||||
caddy
|
||||
peertube
|
||||
smtp
|
||||
web
|
||||
;
|
||||
service = peertube;
|
||||
|
@ -55,8 +56,8 @@ in
|
|||
transport = "smtp";
|
||||
disable_starttls = false;
|
||||
from_address = service.email.address0;
|
||||
hostname = "smtp.protonmail.ch";
|
||||
port = 587;
|
||||
hostname = smtp.hostname;
|
||||
port = smtp.ports.port0;
|
||||
username = service.email.address0;
|
||||
tls = false;
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue