Flip the order of smtp/transmail

This commit is contained in:
Manav Rathi
2024-03-28 16:20:49 +05:30
parent cc3376154f
commit a64cbf79dc

View File

@@ -157,22 +157,28 @@ key:
jwt:
secret: i2DecQmfGreG6q1vBj5tCokhlN41gcfS2cjOs9Po-u8=
# SMTP configuration (optional)
#
# Configure credentials here for sending mails from museum (e.g. OTP emails).
#
# One of smtp or transmail should be configured for a production instance.
smtp:
isEnabled: false
host:
port:
username:
password:
# Zoho Zeptomail config (optional)
# Use case: Sending emails
#
# This is an alternative to the `smtp` configuration for sending emails. If this
# is set (and SMTP credentials are not set), then museum will use the transmail
# SDK for sending emails using Zoho Zeptomail.
transmail:
# Transmail token
# Mail agent: dev
key:
# AWS SES
# Use case: Sending mails
smtp:
isEnabled: false
host:
port:
username:
password:
# Apple config (optional)
# Use case: In-app purchases
apple: