mirror of
				https://github.com/invoiceninja/invoiceninja.git
				synced 2025-11-04 07:57:33 -05:00 
			
		
		
		
	Fixes for ninja mailer error reporting
This commit is contained in:
		
							parent
							
								
									c9ea2ceaf3
								
							
						
					
					
						commit
						ee3ba97fcb
					
				@ -124,7 +124,9 @@ class NinjaMailerJob implements ShouldQueue
 | 
				
			|||||||
            if($e instanceof ClientException) { //postmark specific failure
 | 
					            if($e instanceof ClientException) { //postmark specific failure
 | 
				
			||||||
 | 
					
 | 
				
			||||||
                $response = $e->getResponse();
 | 
					                $response = $e->getResponse();
 | 
				
			||||||
                $message = $response->Message;
 | 
					                
 | 
				
			||||||
 | 
					                nlog($response);
 | 
				
			||||||
 | 
					                // $message = $response->Message;
 | 
				
			||||||
            }
 | 
					            }
 | 
				
			||||||
 | 
					
 | 
				
			||||||
            if($this->nmo->entity)
 | 
					            if($this->nmo->entity)
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user