Update README.md

This commit is contained in:
notplants
2026-01-08 23:03:22 +00:00
parent c51b53ce18
commit 7296c4e879

View File

@ -81,7 +81,7 @@ DJANGO_EMAIL_FROM=noreply@example.com
You then need to insert the password for your smtp server as a secret:
* `abra app secret insert <app-name> email_pass v1 <youremailpass>`
* `abra app secret insert <app-name> email_pass v2 <youremailpass>`
* `abra app config <app-name>` # set SECRET_EMAIL_PASS_VERSION=v2
Then redeploy the app, and automated e-mail sending should work: