Skip to content

Commit

Permalink
define MAILER_SECURITY=1
Browse files Browse the repository at this point in the history
  • Loading branch information
compgeniuses committed Jul 29, 2024
1 parent 5767429 commit d52dd72
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -47,13 +47,13 @@ app_config = {
"APP_BASE_URL": APP_BASE_URL,
"APP_PORT": APP_PORT,
"MAILER_ENABLED": SMTP_ENABLED,
"MAILER_SECURITY": SMTP_ENCRYPTION,
"MAILER_SECURITY": SMTP_ENABLED,
"MAILER_HOST": SMTP_HOST,
"MAILER_PORT": SMTP_PORT,
"MAILER_AUTH_USER": SMTP_USERNAME,
"MAILER_AUTH_PASSWORD": SMTP_PASSWORD,
"MAILER_NOREPLY_EMAIL": "JoplinServer",
"MAILER_NOREPLY_NAME": SMTP_USERNAME,
"MAILER_NOREPLY_EMAIL": SMTP_USERNAME,
"MAILER_NOREPLY_NAME": "JoplinServer",
}
agent.write_env("app.env", app_config)

Expand Down

0 comments on commit d52dd72

Please sign in to comment.