14 lines
236 B
YAML
14 lines
236 B
YAML
application:
|
|
port: 3100
|
|
version: "0.1.0"
|
|
|
|
email:
|
|
host: email.example.com
|
|
port: 587
|
|
user: user
|
|
from: Contact Form <noreply@example.com>
|
|
password: hunter2
|
|
recipient: Admin <user@example.com>
|
|
starttls: false
|
|
tls: false
|