mirror of
				https://gitee.com/gitea/gitea
				synced 2025-11-04 08:30:25 +08:00 
			
		
		
		
	
		
			
				
	
	
		
			6 lines
		
	
	
		
			175 B
		
	
	
	
		
			Go
		
	
	
	
	
	
			
		
		
	
	
			6 lines
		
	
	
		
			175 B
		
	
	
	
		
			Go
		
	
	
	
	
	
// Package gomail provides a simple interface to compose emails and to mail them
 | 
						|
// efficiently.
 | 
						|
//
 | 
						|
// More info on Github: https://github.com/go-gomail/gomail
 | 
						|
package gomail
 |