Skip to content
Snippets Groups Projects
Verified Commit 05eeaf21 authored by Lukas Schreiner's avatar Lukas Schreiner
Browse files

Added gmail specific features

parent 837f4f70
Branches
Tags
No related merge requests found
......@@ -34,7 +34,19 @@ DATABASES['default'] = {
'PORT': '',
}
# Add further mail support
# INSTALLED_APPS.append('gmailapi_backend')
# GMAIL_USER = 'your-email@domain.com'
# EMAIL_BACKEND = "gmailapi_backend.service.GmailApiBackend"
# GMAIL_SCOPES = ['https://www.googleapis.com/auth/gmail.send']
# GOOGLE_SERVICE_ACCOUNT = '{ \
# "type": "service_account", \
# "project_id": "your-project", \
# "private_key_id": "" \
# }'
# E-Mail host settings
EMAIL_FROM = 'Company <your-email@domain.com>'
EMAIL_HOST = 'smtp.gmail.com'
EMAIL_HOST_USER = 'noreply@whatever.de'
EMAIL_HOST_PASSWORD = ''
......
asgiref==3.8.1
async-timeout==4.0.3
certifi==2024.2.2
Django==5.0.4
django-gmailapi-json-backend==1.8
django-memcached==0.1.2
django-redis==5.4.0
Django==5.0.4
psycopg2==2.9.9
pymemcache==4.0.0
redis==5.0.3
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment