Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Sign in
Toggle navigation
R
red-ci-cd
Project overview
Project overview
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
red-group-test
red-ci-cd
Commits
bbf63d5e
Commit
bbf63d5e
authored
Jan 14, 2020
by
John Red Medrano
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fixing email
parent
81fd39c5
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
8 deletions
+8
-8
config/settings/base.py
config/settings/base.py
+8
-8
No files found.
config/settings/base.py
View file @
bbf63d5e
...
...
@@ -178,14 +178,14 @@ REST_FRAMEWORK = {
EMAIL_TEMPLATES_ROOT
=
os
.
path
.
join
(
BASE_DIR
,
"app/helper/email_service/templates"
)
EMAIL_HOST
=
config
[
'DEV'
][
'EMAIL_HOST'
]
EMAIL_PORT
=
config
[
'DEV'
][
'EMAIL_PORT'
]
EMAIL_HOST_USER
=
config
[
'DEV'
][
'EMAIL_PORT'
]
EMAIL_HOST_PASSWORD
=
config
[
'DEV'
][
'EMAIL_HOST_PASSWORD'
]
EMAIL_USE_SSL
=
config
[
'DEV'
][
'EMAIL_USE_SSL'
]
EMAIL_USE_TLS
=
config
[
'DEV'
][
'EMAIL_USE_TLS'
]
EMAIL_BACKEND
=
config
[
'DEV'
][
'EMAIL_BACKEND'
]
EMAIL_DEFAULT_SENDER
=
config
[
'DEV'
][
'EMAIL_DEFAULT_SENDER'
]
EMAIL_HOST
=
f
'{config['
DEV
']}{['
EMAIL_HOST
']}'
EMAIL_PORT
=
f
'{config['
DEV
']}{['
EMAIL_PORT
']}'
EMAIL_HOST_USER
=
f
'{config['
DEV
']}{['
EMAIL_PORT
']}'
EMAIL_HOST_PASSWORD
=
f
'{config['
DEV
']}{['
EMAIL_HOST_PASSWORD
']}'
EMAIL_USE_SSL
=
f
'{config['
DEV
']}{['
EMAIL_USE_SSL
']}'
EMAIL_USE_TLS
=
f
'{config['
DEV
']}{['
EMAIL_USE_TLS
']}'
EMAIL_BACKEND
=
f
'{config['
DEV
']}{['
EMAIL_BACKEND
']}'
EMAIL_DEFAULT_SENDER
=
f
'{config['
DEV
']}{['
EMAIL_DEFAULT_SENDER
']}'
# EMAIL_HOST = 'email-smtp.us-west-2.amazonaws.com'
# EMAIL_PORT = 587
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment