files.inc
上传用户:wl2659
上传日期:2007-01-04
资源大小:8k
文件大小:1k
源码类别:

WEB邮件程序

开发平台:

PHP

  1. <?
  2. // phpEasyMail Configuration
  3.  
  4. // Define filenames of HTML fragments to be included
  5. // Names of the HTML header and footer files.
  6. $incHeader = "header.html";
  7. $incFooter = "footer.html";
  8. // Name of the file to include for the HTML form.
  9. $incForm = "form.html";
  10. // Name of the file to include for the welcome page.
  11. $incWelcome = "welcome.html";
  12. // Name of the file to include for missing required fields.
  13. $incMissing = "missing.html";
  14. // Name of the file to include for a bad from address.
  15. $incBadfrom = "badfrom.html";
  16. // Name of the file to include for thanking the user.
  17. $incThanks = "thanks.html";
  18. // That's it!
  19. ?>