Skip to content

Commit d5d98b1

Browse files
committed
Add SMTP config for staging via Azure Communication Services
Configures email sending through ACS using the verified adr-s.fjelltopp.org domain. Credentials are in K8s secret.
1 parent 16dfd16 commit d5d98b1

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

deploy/staging.ini

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,8 @@
33

44
[app:main]
55
ckanext.blob_storage.storage_service_url = https://s-giftless-frgxc2hfd9dretb8.z01.azurefd.net
6+
7+
## SMTP via Azure Communication Services
8+
smtp.server = smtp.azurecomm.net:587
9+
smtp.starttls = true
10+
smtp.mail_from = admin@adr-s.fjelltopp.org

0 commit comments

Comments
 (0)