mirror of
				https://github.com/pierre42100/comunic
				synced 2025-11-04 12:14:10 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			7 lines
		
	
	
		
			238 B
		
	
	
	
		
			PHP
		
	
	
		
			Executable File
		
	
	
	
	
			
		
		
	
	
			7 lines
		
	
	
		
			238 B
		
	
	
	
		
			PHP
		
	
	
		
			Executable File
		
	
	
	
	
<?php
 | 
						|
$_REQUEST['submitted'] = 1;
 | 
						|
$_REQUEST['mail_to'] = 'somebody@example.com';
 | 
						|
$_REQUEST['mail_from'] = 'phpunit@example.com';
 | 
						|
$_REQUEST['mail_cc'] = 'cc@example.com';
 | 
						|
$_REQUEST['mail_host'] = 'localhost';
 | 
						|
$_REQUEST['mail_port'] = 2500; |