Skip to content

Commit

Permalink
revert "MAILER_ENABLED": SMTP_ENABLED,
Browse files Browse the repository at this point in the history
  • Loading branch information
compgeniuses committed Jul 29, 2024
1 parent d52dd72 commit ae17516
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ app_config = {
"APP_BASE_URL": APP_BASE_URL,
"APP_PORT": APP_PORT,
"MAILER_ENABLED": SMTP_ENABLED,
"MAILER_SECURITY": SMTP_ENABLED,
"MAILER_SECURITY": SMTP_ENCRYPTION,
"MAILER_HOST": SMTP_HOST,
"MAILER_PORT": SMTP_PORT,
"MAILER_AUTH_USER": SMTP_USERNAME,
Expand Down

0 comments on commit ae17516

Please sign in to comment.