mirror of
				https://github.com/django/django.git
				synced 2025-11-04 05:35:37 +00:00 
			
		
		
		
	Fixed #13685: Correct the default value for EMAIL_BACKEND listed in the settings ref.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@13316 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
		
							parent
							
								
									2311bcbd01
								
							
						
					
					
						commit
						887da3154a
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
					@ -616,7 +616,7 @@ EMAIL_BACKEND
 | 
				
			||||||
 | 
					
 | 
				
			||||||
.. versionadded:: 1.2
 | 
					.. versionadded:: 1.2
 | 
				
			||||||
 | 
					
 | 
				
			||||||
Default: ``'django.core.mail.backends.smtp'``
 | 
					Default: ``'django.core.mail.backends.smtp.EmailBackend'``
 | 
				
			||||||
 | 
					
 | 
				
			||||||
The backend to use for sending emails. For the list of available backends see
 | 
					The backend to use for sending emails. For the list of available backends see
 | 
				
			||||||
:ref:`topics-email`.
 | 
					:ref:`topics-email`.
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue