revert django-mailer configuration
This commit is contained in:
		
					parent
					
						
							
								9f2c78db33
							
						
					
				
			
			
				commit
				
					
						e0a27ba602
					
				
			
		
					 2 changed files with 1 additions and 2 deletions
				
			
		|  | @ -55,7 +55,6 @@ INSTALLED_APPS = ( | |||
|     'easy_thumbnails', | ||||
|     'utils', | ||||
|     'stored_messages', | ||||
|     'mailer', | ||||
|     'mptt', | ||||
|     'parler', | ||||
|     'taggit', | ||||
|  |  | |||
|  | @ -8,7 +8,7 @@ ADMINS = ( | |||
| ) | ||||
| #    ('Sanghee Kim', 'sanghee.kim@ungleich.ch'), | ||||
| 
 | ||||
| EMAIL_BACKEND = "mailer.backend.DbBackend" | ||||
| EMAIL_BACKEND = 'django.core.mail.backends.smtp.EmailBackend' | ||||
| 
 | ||||
| #MANAGERS = ADMINS | ||||
| 
 | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue