feat(backend): relay contact requests to SMTP server

This commit is contained in:
2025-11-04 16:27:54 +01:00
parent 007c3d1c18
commit d0642d031b
14 changed files with 1091 additions and 99 deletions

View File

@@ -5,4 +5,12 @@ application:
protocol: http
host: 127.0.0.1
base_url: http://127.0.0.1:3100
name: "com.phundrak.backend.prod"
name: "com.phundrak.backend.dev"
email:
host: localhost
port: 1025
user: ""
password: ""
tls: false
starttls: false