Simple Email Form

(The request is allowed from localhost only)

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

发件人:
收件人:
CC:
标题:
   
信息:
   
  *

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

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. 一些重要的Mercury使用指南!