ECOM-5281 Add retires for email sending while registering.

This commit is contained in:
attiyaishaque
2016-09-02 16:04:22 +05:00
parent 45e243da5c
commit 4bbeaf32ae
3 changed files with 32 additions and 15 deletions

View File

@@ -335,3 +335,6 @@ INSTALLED_APPS += ('openedx.core.djangoapps.api_admin',)
# Set the default Oauth2 Provider Model so that migrations can run in
# verbose mode
OAUTH2_PROVIDER_APPLICATION_MODEL = 'oauth2_provider.Application'
# Used with Email sending
RETRY_ACTIVATION_EMAIL_MAX_ATTEMPTS = 5