mirror of
				https://gitee.com/gitea/gitea
				synced 2025-11-04 08:30:25 +08:00 
			
		
		
		
	add error for hello func
This commit is contained in:
		@@ -100,7 +100,10 @@ func sendMail(settings *setting.Mailer, recipients []string, msgContent []byte)
 | 
			
		||||
	if err != nil {
 | 
			
		||||
		return err
 | 
			
		||||
	}
 | 
			
		||||
	client.Hello(hostname)
 | 
			
		||||
 | 
			
		||||
	if err = client.Hello(hostname); err != nil {
 | 
			
		||||
		return err
 | 
			
		||||
	}
 | 
			
		||||
 | 
			
		||||
	// If not using SMTPS, alway use STARTTLS if available
 | 
			
		||||
	hasStartTLS, _ := client.Extension("STARTTLS")
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user