Skip to content

Commit

Permalink
[SELC-5490] chore: Update mailserver params (#467)
Browse files Browse the repository at this point in the history
  • Loading branch information
andrea-putzu authored Sep 5, 2024
1 parent 7af7649 commit e30f109
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ app_settings = {
"MAIL_SERVER_PASSWORD" = "@Microsoft.KeyVault(SecretUri=https://selc-d-pnpg-kv.vault.azure.net/secrets/smtp-psw/)",
"MAIL_SERVER_HOST" = "smtps.pec.aruba.it",
"MAIL_SERVER_PORT" = "465",
"MAIL_SERVER_SSL" = "false"
"MAIL_SERVER_SSL" = "true"
"MAIL_TEMPLATE_REGISTRATION_NOTIFICATION_ADMIN_PATH" = "contracts/template/mail/registration-notification-admin/1.0.0.json",
"MAIL_TEMPLATE_NOTIFICATION_PATH" = "contracts/template/mail/onboarding-notification/1.0.0.json",
"ADDRESS_EMAIL_NOTIFICATION_ADMIN" = "@Microsoft.KeyVault(SecretUri=https://selc-d-pnpg-kv.vault.azure.net/secrets/portal-admin-operator-email/)",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ app_settings = {
"MAIL_SERVER_PASSWORD" = "@Microsoft.KeyVault(SecretUri=https://selc-d-kv.vault.azure.net/secrets/smtp-psw/)",
"MAIL_SERVER_HOST" = "smtps.pec.aruba.it",
"MAIL_SERVER_PORT" = "465",
"MAIL_SERVER_SSL" = "false"
"MAIL_SERVER_SSL" = "true"
"MAIL_TEMPLATE_REGISTRATION_NOTIFICATION_ADMIN_PATH" = "contracts/template/mail/registration-notification-admin/1.0.0.json",
"MAIL_TEMPLATE_NOTIFICATION_PATH" = "contracts/template/mail/onboarding-notification/1.0.0.json",
"ADDRESS_EMAIL_NOTIFICATION_ADMIN" = "@Microsoft.KeyVault(SecretUri=https://selc-d-kv.vault.azure.net/secrets/portal-admin-operator-email/)",
Expand Down

0 comments on commit e30f109

Please sign in to comment.