Add missing field

This commit is contained in:
Clément Martin 2025-10-13 11:54:44 +02:00 committed by Jason Rasmussen
parent ae6e2eee86
commit fadc5fb30e
No known key found for this signature in database
GPG key ID: 2EF24B77EAFA4A41
2 changed files with 2 additions and 0 deletions

View file

@ -14,6 +14,7 @@ const smtpTransport = Object.freeze<SystemConfig>({
ignoreCert: false,
host: 'localhost',
port: 587,
secure: false,
username: 'test',
password: 'test',
},

View file

@ -40,6 +40,7 @@ const configs = {
ignoreCert: false,
host: 'localhost',
port: 587,
secure: false,
username: 'test',
password: 'test',
},