mirror of
				https://github.com/invoiceninja/invoiceninja.git
				synced 2025-11-04 07:57:33 -05:00 
			
		
		
		
	
						commit
						55125db7c4
					
				@ -73,4 +73,5 @@ class EmailSuccess
 | 
				
			|||||||
    public function __construct($string_metric7) {
 | 
					    public function __construct($string_metric7) {
 | 
				
			||||||
        $this->string_metric7 = $string_metric7;
 | 
					        $this->string_metric7 = $string_metric7;
 | 
				
			||||||
    }
 | 
					    }
 | 
				
			||||||
 | 
					    
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
				
			|||||||
@ -205,6 +205,7 @@ class NinjaMailerJob implements ShouldQueue
 | 
				
			|||||||
        nlog($exception->getMessage());
 | 
					        nlog($exception->getMessage());
 | 
				
			||||||
        
 | 
					        
 | 
				
			||||||
        $job_failure = new EmailFailure($this->nmo->company->company_key);
 | 
					        $job_failure = new EmailFailure($this->nmo->company->company_key);
 | 
				
			||||||
 | 
					        $job_failure->string_metric5 = 'failed_email';
 | 
				
			||||||
        $job_failure->string_metric6 = substr($exception->getMessage(), 0, 150);
 | 
					        $job_failure->string_metric6 = substr($exception->getMessage(), 0, 150);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
        LightLogs::create($job_failure)
 | 
					        LightLogs::create($job_failure)
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user