Skip to content

Commit

Permalink
revert mail config-- seems wrong mapping on app
Browse files Browse the repository at this point in the history
  • Loading branch information
compgeniuses committed Jul 29, 2024
1 parent 3c2e680 commit b5f6bb6
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,8 @@ app_config = {
"MAILER_PORT": SMTP_PORT,
"MAILER_AUTH_USER": SMTP_USERNAME,
"MAILER_AUTH_PASSWORD": SMTP_PASSWORD,
"MAILER_NOREPLY_EMAIL": SMTP_USERNAME,
"MAILER_NOREPLY_NAME": "JoplinServer",
"MAILER_NOREPLY_EMAIL": "JoplinServer",
"MAILER_NOREPLY_NAME": SMTP_USERNAME,
}
agent.write_env("app.env", app_config)

Expand Down

0 comments on commit b5f6bb6

Please sign in to comment.