Mineplex/.FILES USED TO GET TO WHERE WE ARE PRESENTLY/xampp/mailtodisk
Daniel Waggner 76a7ae65df PUUUUUSH
2023-05-17 14:44:01 -07:00
..
_hashlib.pyd PUUUUUSH 2023-05-17 14:44:01 -07:00
_win32sysloader.pyd PUUUUUSH 2023-05-17 14:44:01 -07:00
bz2.pyd PUUUUUSH 2023-05-17 14:44:01 -07:00
mailtodisk.exe PUUUUUSH 2023-05-17 14:44:01 -07:00
mailtodisk.exe.manifest PUUUUUSH 2023-05-17 14:44:01 -07:00
mfc90.dll PUUUUUSH 2023-05-17 14:44:01 -07:00
mfc90u.dll PUUUUUSH 2023-05-17 14:44:01 -07:00
mfcm90.dll PUUUUUSH 2023-05-17 14:44:01 -07:00
mfcm90u.dll PUUUUUSH 2023-05-17 14:44:01 -07:00
Microsoft.VC90.CRT.manifest PUUUUUSH 2023-05-17 14:44:01 -07:00
Microsoft.VC90.MFC.manifest PUUUUUSH 2023-05-17 14:44:01 -07:00
msvcm90.dll PUUUUUSH 2023-05-17 14:44:01 -07:00
msvcp90.dll PUUUUUSH 2023-05-17 14:44:01 -07:00
msvcr90.dll PUUUUUSH 2023-05-17 14:44:01 -07:00
python27.dll PUUUUUSH 2023-05-17 14:44:01 -07:00
pythoncom27.dll PUUUUUSH 2023-05-17 14:44:01 -07:00
PyWinTypes27.dll PUUUUUSH 2023-05-17 14:44:01 -07:00
README.txt PUUUUUSH 2023-05-17 14:44:01 -07:00
select.pyd PUUUUUSH 2023-05-17 14:44:01 -07:00
unicodedata.pyd PUUUUUSH 2023-05-17 14:44:01 -07:00
win32api.pyd PUUUUUSH 2023-05-17 14:44:01 -07:00
win32trace.pyd PUUUUUSH 2023-05-17 14:44:01 -07:00
win32ui.pyd PUUUUUSH 2023-05-17 14:44:01 -07:00

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