<?php mail ("<?php include "e-mail.txt" ?>", "тест", "тест", "тест") ?>
Writes an error in the third line. As I understand it, you can not do this, code:
..."<?php include "e-mail.txt" ?>"...
Well, how then to extract the information from the file in such cases?