Replies: 1 comment 2 replies
-
Hi there @craft211 !
|
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm looking to find some help getting the email settings setup. I have been making changes to the config file for a few days now trying our different settings and im not able to get anything work.
The System Information scree shows Email settings - Email settings not configured.
If this isn't a great place to ask this, please let me know where to go.
Here are my current setting in config.yaml. I have tried the settings in both "Email backend configuration" and "Email" sections separately and together.
'# Email backend configuration
'# Ref: https://docs.djangoproject.com/en/dev/topics/email/
'# Available options:
'# host: Email server host address
'# port: Email port
'# username: Account username
'# password: Account password
'# prefix: Email subject prefix
'# tls: Enable TLS support
'# ssl: Enable SSL support
'# Alternatively, these options can all be set using environment variables,
'# with the INVENTREE_EMAIL_ prefix:
'# e.g. INVENTREE_EMAIL_HOST / INVENTREE_EMAIL_PORT / INVENTREE_EMAIL_USERNAME
'# Refer to the InvenTree documentation for more information
email:
backend: 'django.core.mail.backends.smtp.EmailBackend'
host: 'smtp.gmail.com'
port: 587
username: '[email protected]'
password: 'XXXXXXXXXXXXXXXXX'
sender: ''
tls: True
ssl: False_
Thanks for any help!
Beta Was this translation helpful? Give feedback.
All reactions