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を利用する際の重要なメモ!