Browse Source
Correctly escapes the quotation marks of the SMTP_AUTH_MECHANISM variable in .env.template. The file is sourced by the shell and swallows the simple quotation marks. However, we need a proper JSON value, that is, it has to have quotation marks. This is fixed by adding escaped quotation marks.pull/900/head
1 changed files with 1 additions and 1 deletions
Loading…
Reference in new issue