Setup SES for production email sending

This commit is contained in:
Max Wofford
2025-03-10 11:38:42 -04:00
parent 47e52e7aa9
commit 3c2ac27cda
3 changed files with 21 additions and 15 deletions

View File

@@ -22,4 +22,10 @@ SECRET_KEY_BASE=your_secret_key_base_here
ENCRYPTION_PRIMARY_KEY=generate_a_key_and_put_it_here
ENCRYPTION_DETERMINISTIC_KEY=generate_another_key_here
ENCRYPTION_KEY_DERIVATION_SALT=generate_a_salt_and_put_it_here
ENCRYPTION_KEY_DERIVATION_SALT=generate_a_salt_and_put_it_here
# By default, you don't need these for local development, as we use letter_opener
SMTP_USER_NAME=replace_with_your_smtp_username
SMTP_PASSWORD=replace_with_your_smtp_password
SMTP_ADDRESS=replace_with_your_smtp_address
SMTP_PORT=replace_with_your_smtp_port