Browse Source
			
			
			Merge pull request #401 from NeuralMiner/patch-1
			
				Allow SMTP that doesnt require authentication.
			
			
				pull/402/head
			
			
		 
		
			
				
					
						
						Louis Lam
					
					4 years ago
					
						
							committed by
							
								
								GitHub
							
						 
					
				 
				
			 
		 
		
			
				
					
					No known key found for this signature in database
					
						
							GPG Key ID: 4AEE18F83AFDEB23
						
					
				
			
		
		
		
	
		
			
				 1 changed files with 
1 additions and 
1 deletions
			 
			
		 
		
			
				- 
					
					
					 
					src/components/notifications/SMTP.vue
				
 
			
		
		
			
			
			
			
			
			
				
				
					
						
							
								
									
	
		
		
			
				
					| 
						
						
							
								
							
						
						
					 | 
					@ -33,7 +33,7 @@ | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
					
 | 
					 | 
					 | 
					
 | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
					    <div class="mb-3"> | 
					 | 
					 | 
					    <div class="mb-3"> | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
					        <label for="password" class="form-label">{{ $t("Password") }}</label> | 
					 | 
					 | 
					        <label for="password" class="form-label">{{ $t("Password") }}</label> | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					        <HiddenInput id="password" v-model="$parent.notification.smtpPassword" :required="true" autocomplete="one-time-code"></HiddenInput> | 
					 | 
					 | 
					        <HiddenInput id="password" v-model="$parent.notification.smtpPassword" :required="false" autocomplete="one-time-code"></HiddenInput> | 
				
			
			
				
				
			
		
	
		
		
	
		
		
			
				
					 | 
					 | 
					    </div> | 
					 | 
					 | 
					    </div> | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
					
 | 
					 | 
					 | 
					
 | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
					    <div class="mb-3"> | 
					 | 
					 | 
					    <div class="mb-3"> | 
				
			
			
		
	
	
		
		
			
				
					| 
						
							
								
							
						
						
						
					 | 
					
  |