Use correct smtp username
	
		
			
	
		
	
	
		
	
		
			All checks were successful
		
		
	
	
		
			
				
	
				continuous-integration/drone/push Build is passing
				
			
		
		
	
	
				
					
				
			
		
			All checks were successful
		
		
	
	continuous-integration/drone/push Build is passing
				
			This commit is contained in:
		@ -20,4 +20,4 @@ smtp_host = {{ smtp_host }}
 | 
				
			|||||||
smtp_password = {{ smtp_passwd }}
 | 
					smtp_password = {{ smtp_passwd }}
 | 
				
			||||||
smtp_port = {{ smtp_port }}
 | 
					smtp_port = {{ smtp_port }}
 | 
				
			||||||
smtp_starttls = True
 | 
					smtp_starttls = True
 | 
				
			||||||
smtp_username = {{ smtp_username }}
 | 
					smtp_username = {{ mail_from }}
 | 
				
			||||||
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user