Skip to content

setup email provider for outbound emails #654

Answered by quamok
quamok asked this question in Q&A
Discussion options

You must be logged in to vote

for anyone finding this and wondering the same thing, here's the related documentation: https://docs.djangoproject.com/en/3.2/ref/settings/#email-host

#684
Email Settings, see https://docs.djangoproject.com/en/3.2/ref/settings/#email-host
Required for email confirmation and password reset (automatically activates if host is set)
EMAIL_HOST=
EMAIL_PORT=
EMAIL_HOST_USER=
EMAIL_HOST_PASSWORD=
EMAIL_USE_TLS=0
EMAIL_USE_SSL=0
DEFAULT_FROM_EMAIL= # email sender address (default 'webmaster@localhost')
ACCOUNT_EMAIL_SUBJECT_PREFIX= # prefix used for account related emails (default "[Tandoor Recipes] ")

Replies: 4 comments 1 reply

Comment options

You must be logged in to vote
1 reply
@tuetenk0pp
Comment options

Comment options

You must be logged in to vote
0 replies
Answer selected by quamok
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
4 participants