Server : Apache/2.4.43 (Win64) OpenSSL/1.1.1g PHP/7.4.6 System : Windows NT USER-PC 6.1 build 7601 (Windows 7 Professional Edition Service Pack 1) AMD64 User : User ( 0) PHP Version : 7.4.6 Disable Function : NONE Directory : C:/xampp/mailtodisk/ |
mailToDisk =================== Version 1.0 A win32 executable in the PHP environment as sendmail dummy for writing emails on locaL disk. http://www.apachefriends.org Copyright --------- Copyright (C) 2012 Kay Vogelgesang Installation ===================== In php.ini set your sendmail path to mailtodisk.exe e.g.: sendmail_path = "C:\xampp\mailtodisk\mailtodisk.exe" You will find the outgoing mails as text files in <xampp>\mailoutput e.g.: C:\xampp\mailoutput Securtity Restriction ===================== If the mail output folder have more then 300 MB overall size mailToDisk do not write in anymore. We want prevent a full disk crash here. Then please clean up this folder. Todos ===================== - integrate ConfigParser to make mailToDisk configurable