Script ini hanya dapat digunakan untuk SMTP Server saja. Jika server anda bisa menggunakan PHP mail function maka anda tidak membutuhkan script ini.
Install : copy semua file ke server anda. buka confic_inc.php dan edit : $title=Your mail to Your Name; //The Title $url=http://localhost; //Your URL $to=info@localhost; //Here was send the mail $answer_subject=Your mail to your Name; //Subject for the User $admin_mail=user_answer@mail; //This email see the user only $smtp_host ='127.0.0.1'; //IP or host name from the SMTP-SERVER $smtp_username = 'info'; //User $smtp_password = 'info'; //password $user_become_an_mail=true; //the user become an answer mail true else write false
----------- kemudian buka php_mail.dat dan edit seperlunya, kecuali %meldung%. -----------