mirror of
				https://github.com/immich-app/immich.git
				synced 2025-11-03 19:17:11 -05:00 
			
		
		
		
	fix(server): smtp certificate validation (#9506)
This commit is contained in:
		
							parent
							
								
									efb844c6cd
								
							
						
					
					
						commit
						581b467b4b
					
				@ -59,7 +59,7 @@ export class NotificationRepository implements INotificationRepository {
 | 
				
			|||||||
    return createTransport({
 | 
					    return createTransport({
 | 
				
			||||||
      host: options.host,
 | 
					      host: options.host,
 | 
				
			||||||
      port: options.port,
 | 
					      port: options.port,
 | 
				
			||||||
      tls: { rejectUnauthorized: options.ignoreCert },
 | 
					      tls: { rejectUnauthorized: !options.ignoreCert },
 | 
				
			||||||
      auth:
 | 
					      auth:
 | 
				
			||||||
        options.username || options.password
 | 
					        options.username || options.password
 | 
				
			||||||
          ? {
 | 
					          ? {
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user