salve a tutti, non essendo assolutamente pratico di php mi trovo di fronte ad un grosso problema...devo inviare email dal form contatti del mio sito web...il codice xml che definisce il form è il seguente e va ampliato da un file php richiamato nel pathway e denominato url_send.php che devo creare0 chi mi aiuta??

codice del form:
codice:
<?xml version="1.0" ?>


<form url_config="xml/configuration_form.xml">
	
		
<date>
<item returnable_email="true" title="Tua E-mail" type="input" key="e_mail" verification="e_mail"/> 	 
<item subject="true" title="Nome Cognome e Telefono" type="input" key="subject" verification=""/> 	 	
<item title="Messaggio" type="textarea" key="comment" verification="not_empty"/> 	 
</date>	</form>
questo è il codice relativo al configuration_form.xml:
codice:
<?xml version="1.0" encoding="utf-8"?>


<configuration>
		
	

<BACKGROUND_COLOR>0x000000,0</BACKGROUND_COLOR>


<COLOR_BORDER_ERROR>0Xff0000,0</COLOR_BORDER_ERROR>


<COLOR_BORDER_SELECT>0XA0C02A,0</COLOR_BORDER_SELECT>


<BACKGROUND_INPUT_TEXT>0x999B99,100</BACKGROUND_INPUT_TEXT>


<BUTTON_BCG_COLOR>0x373A36,0</BUTTON_BCG_COLOR>
	

<URLSEND>php/url_send.php</URLSEND>


<SENDTRUE>e-mail inviata!</SENDTRUE>


<SENDFALSE>Errore invio!</SENDFALSE>


<SENDPROGRESS>sendProgress</SENDPROGRESS>


<BUTTONSEND>INVIA</BUTTONSEND>


<BUTTONRESET>CLEAR</BUTTONRESET>


<SPACEY>14</SPACEY>


<ALIGNBUTTON>L</ALIGNBUTTON>


<TITLECOLOR>0xFFFFFF</TITLECOLOR>


<INPUTCOLOR>0xFFFFFF</INPUTCOLOR>


<INPUTBACKGRONDCOLOR></INPUTBACKGRONDCOLOR>


<BORDERCOLOR>0xFFFFFF</BORDERCOLOR>


<ERRORBORDERCOLOR>0xFF0000,0</ERRORBORDERCOLOR>


<ALERTCOLOR>0xFFFFFF</ALERTCOLOR>


<BUTTONTEXTCOLOR>0xFFFFFF</BUTTONTEXTCOLOR>


<BUTTONBACKGROUNDCOLOR></BUTTONBACKGROUNDCOLOR>


<POSITION_X>265</POSITION_X>


<POSITION_Y>75</POSITION_Y>


<SENDTO>info@........................</SENDTO>


<HEADLINE>e-mail dal sito ...............</HEADLINE>


	

</configuration>