Skip to content

Commit

Permalink
new mailjet config
Browse files Browse the repository at this point in the history
  • Loading branch information
sveneberth committed Jan 30, 2025
1 parent fb9e07e commit ffac337
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions deploy/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -152,12 +152,13 @@ class ProjectConfig(ConfigType):
# Email configuration
#

# conf.email.mailjet_api_key = secret.get("mailjet-api-key")
# conf.email.mailjet_api_secret = secret.get("mailjet-api-secret")
# conf.email.transport_class = email.EmailTransportMailjet
# conf.email.transport_class = email.EmailTransportMailjet(
# api_key=secret.get("mailjet-api-key"),
# secret_key=secret.get("mailjet-api-secret"),
# )
# conf.email.send_from_local_development_server = True # enable sending emails from local development server
# conf.email.sender_override = "mail@viur.dev"
# conf.email.recipient_override = ["mail@viur.dev"] # send all emails to this recipient
# conf.email.recipient_override = "mail@viur.dev" # send all emails to this recipient

# ------------------------------------------------------------------------------
# Content Security Policy (CSP)
Expand Down

0 comments on commit ffac337

Please sign in to comment.