You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
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: 'XXXXXXXXX@XXXXXXXX.XXX'
password: 'XXXXXXXXXXXXXXXXX'
sender: ''
tls: True
ssl: False_
Thanks for any help!
All reactions