Limesurvey: Configuraciones

  • Después de instalar limesurvey debemos aplicar:

Configuración de correo

  • Abrimos el archivo
nano /var/www/html/Sistemas/formularios.siua.ac.cr/application/config/config-defaults.php
  • Agregamos al final
/************************************************/
/****************** UGIT ************************/
/************************************************/

$config['siteadminemail']     = 'comunicados@siua.ac.cr'; // The default email address of the site administrator
$config['siteadminbounce']    = 'comunicados@siua.ac.cr'; // The default email address used for error notification of sent messages for the site administrator (Return-Path)
$config['siteadminname']      = 'Formularios SIUA'; // The name of the site administrator

$config['emailmethod']        = 'mail'; // The following values can be used:
$config['protocol'] = $config['emailmethod'];
// mail      -  use internal PHP Mailer
// sendmail  -  use Sendmail Mailer
// smtp      -  use SMTP relaying

$config['emailsmtphost']      = 'correo.siua.ac.cr:465'; // Sets the SMTP host. You can also specify a different port than 25 by using
// this format: [hostname:port] (e.g. 'smtp1.example.com:25').

$config['emailsmtpuser']      = 'comunicados@siua.ac.cr'; // SMTP authorisation username - only set this if your server requires authorization - if you set it you HAVE to set a password too
$config['emailsmtppassword']  = 'CA2'; // SMTP authorisation password - empty password is not allowed
$config['emailsmtpssl']       = 'tls'; // Set this to 'ssl' or 'tls' to use SSL/TLS for SMTP connection

$config['emailsmtpdebug']     = 1; // Settings this to 1 activates SMTP debug mode

$config['maxemails']          = 50; // The maximum number of emails to send in one go (this is to prevent your mail server or script from timeouting when sending mass mail)

$config['emailcharset']       = "utf-8";
  • Ingresamos a la interfaz web a «Configuración->Configuración Global»
  • Para probar ingresamos a una lista que tenga una tabla de participantes