Change-Id: If5d0b9945c90d00967414d9dd745ce8dbeb6f3b6 Signed-off-by: Paul Belanger <pabelanger@redhat.com>
		
			
				
	
	
		
			11 lines
		
	
	
		
			227 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			11 lines
		
	
	
		
			227 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
<?php
 | 
						|
return array(
 | 
						|
  /**
 | 
						|
  * EMAIL ERROR LOG CONFIGURATION
 | 
						|
  */
 | 
						|
  //The receiver of the mail
 | 
						|
  'to_email'   => '<%= @id_log_error_to_email %>',
 | 
						|
  //The sender of the mail
 | 
						|
  'from_email' => '<%= @id_log_error_from_email %>'
 | 
						|
);
 |