Simple Email Form

(The request is allowed from localhost only)

#########################################################################

Mittente:
Destinatario:
CC:
Oggetto:
   
Messaggio:
   
  *

#########################################################################

IMPORTANT

There are three variants for sending emails with PHP. One of these three possibilities have to be activated in the xampp\php\php.ini file.
  1. mailToDisk (Default) - All emails are written in the xampp\mailoutput folder on local disk. XAMPP mailToDisk is the default and you have nothing to do in the php.ini.
  2. fakemail - With fakemail (sendmail.exe)) all emails are forwarding to your mailbox. Please edit the xampp\sendmail\sendmail.ini first with your mailbox credentials. And do not forget to activate fakemail (senmail.exe)) in the xampp\php\php.ini.
  3. Mercury Mail Server or some other Mail Socket Server on localhost. This option have to be activated in the php.ini also. Alcune note importanti per utilizzare Mercury!