2025-11-04 09:17:18 +01:00
|
|
|
application:
|
|
|
|
|
port: 3100
|
|
|
|
|
version: "0.1.0"
|
|
|
|
|
|
|
|
|
|
email:
|
2025-11-04 16:27:54 +01:00
|
|
|
host: email.example.com
|
|
|
|
|
port: 587
|
2025-11-04 09:17:18 +01:00
|
|
|
user: user
|
|
|
|
|
from: Contact Form <noreply@example.com>
|
|
|
|
|
password: hunter2
|
2025-11-04 16:27:54 +01:00
|
|
|
recipient: Admin <user@example.com>
|
|
|
|
|
starttls: false
|
|
|
|
|
tls: false
|