Simple Email Form
(The request is allowed from localhost only)
#########################################################################
#########################################################################
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.
- 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.
- 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.
- Mercury Mail Server or some other Mail Socket Server on localhost. This option have to be activated in the php.ini also. Notes importantes sur l'utilisation de Mercury!