mirror of
				https://github.com/firefly-iii/firefly-iii.git
				synced 2025-10-31 02:36:28 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			14 lines
		
	
	
		
			307 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
			
		
		
	
	
			14 lines
		
	
	
		
			307 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
| <?php
 | |
| 
 | |
| return [
 | |
|     'driver'     => 'smtp',
 | |
|     'host'       => ';',
 | |
|     'port'       => 587,
 | |
|     'from'       => ['address' => '', 'name' => 'Firefly V'],
 | |
|     'encryption' => 'tls',
 | |
|     'username'   => '',
 | |
|     'password'   => '',
 | |
|     'sendmail'   => '/usr/sbin/sendmail -bs',
 | |
|     'pretend'    => false,
 | |
| ];
 |