PHP Classes

File: config/mail.config.inc

Recommend this page to a friend!
  Classes of Saro Carvello   PHP Web MVC Framework   config/mail.config.inc   Download  
File: config/mail.config.inc
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: PHP Web MVC Framework
MVC framework providing autogenerated MySQL models
Author: By
Last change:
Date: 15 days ago
Size: 308 bytes
 

Contents

Class file image Download
<?php /* PHPMailer constants */ define('LIBS_DIR', ''); define('SMTP_USERNAME', ""); define('SMTP_PASSWORD', ""); define('SMTP_HOST', ''); define('SMTP_PORT', ''); define('USE_SMTP', true); /* Both PHPMailer and PHP mail() constants */ define('DEFAULT_EMAIL', ''); define('DEFAULT_EMAIL_ACCOUNT_NAME', '');