Code Search for Developers
 
 
  

mail.conf.php from pointcarre at Krugle


Show mail.conf.php syntax highlighted

<?php

// ============================== mail ================================= 

// smtp values for phpmailer Class 
$platform_email['SMTP_FROM_EMAIL']   = $administrator["email"]; 
$platform_email['SMTP_FROM_NAME']    = $administrator["name"]; 
$platform_email['SMTP_HOST']         = 'your.smtp.host'; 
$platform_email['SMTP_PORT']         = 25; 
$platform_email['SMTP_MAILER']       = 'smtp'; //mail, sendmail or smtp 
$platform_email['SMTP_AUTH']         = 0; 
$platform_email['SMTP_USER']         = ''; 
$platform_email['SMTP_PASS']         = ''; 

// ====================================================================

?>



See more files for this project here

pointcarre

Pointcarre - a learning management system based on the Dokeos community releases. No fork, but containing locally developed extensions, features not (yet) in the standard release, integrated plugins...

Project homepage: http://sourceforge.net/projects/pointcarre
Programming language(s): PHP
License: other

  add_course.conf.php
  claro_main.conf.php.dist
  course_info.conf.php
  index.html
  mail.conf.php
  profile.conf.inc.php