| 
					
				 | 
			
			
				@@ -42,7 +42,7 @@ pipeline { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     } 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     success { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				       mail charset: 'UTF-8', 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-           subject: "Jenkins build ERROR", 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+           subject: "Jenkins build SUCCESS", 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				            mimeType: 'text/html', 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				            to: "${mailto}", 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				            body: "<b>ATTENTION!!!</b> <b><br> Jenkins job successed.\n\n <b><br>Project Name:</b> ${env.JOB_NAME} <b><br>Generate certs and key for ${domain}</b> <b><br>\nBuild Number:</b> ${env.BUILD_NUMBER} <b><br>\nURL Build:</b> ${RUN_DISPLAY_URL}" 
			 |