Fix SMTP port

Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
pull/28860/head
Michael Telatynski 2025-01-06 13:22:44 +00:00
parent 4fce0013c8
commit f1c392dd08
No known key found for this signature in database
GPG Key ID: A2B008A5F49F5D0D
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@ export const emailHomeserver: Fixtures<Services, {}, Services> = {
registrations_require_3pid: ["email"],
email: {
smtp_host: "mailhog",
smtp_port: 25,
smtp_port: 1025,
notif_from: "Your Friendly %(app)s homeserver <noreply@example.com>",
app_name: "my_branded_matrix_server",
},