topical media & game development

talk show tell print

professional-ajax-09-AjaxMail-inc-config.inc.php / php



  <?php
  
  //MySQL Database Settings
  define("DB_USER", "root");
  define("DB_PASSWORD", "password");
  define("DB_SERVER", "localhost");
  define("DB_NAME", "AjaxMail");
  
  //POP3 Settings
  define("POP3_USER", "test@domain.com");
  define("POP3_PASSWORD", "password");
  define("POP3_SERVER", "mail.domain.com");
  
  //SMTP Settings
  define("SMTP_DO_AUTHORIZATION", true);
  define("SMTP_USER", "test@domain.com");
  define("SMTP_PASSWORD", "password");
  define("SMTP_SERVER", "mail.domain.com");
  
  //SMTP User Settings
  define("EMAIL_FROM_ADDRESS", "test@domain.com");
  define("EMAIL_FROM_NAME", "Joe Somebody");
  
  //Mail settings
  define("MESSAGES_PER_PAGE", 10);
  ?>


(C) Æliens 20/2/2008

You may not copy or print any of this material without explicit permission of the author or the publisher. In case of other copyright issues, contact the author.