The config file should contain the following information and be saved as 'admin/includes/config.php':
<?php
define('SENDSTUDIO_DATABASE_TYPE', '');
define('SENDSTUDIO_DATABASE_USER', '');
define('SENDSTUDIO_DATABASE_PASS', '');
define('SENDSTUDIO_DATABASE_HOST', '');
define('SENDSTUDIO_DATABASE_NAME', '');
define('SENDSTUDIO_TABLEPREFIX', '');
define('SENDSTUDIO_LICENSEKEY', '');
define('SENDSTUDIO_APPLICATION_URL', '');
define('SENDSTUDIO_SMTP_SERVER', '');
define('SENDSTUDIO_SMTP_USERNAME', '');
define('SENDSTUDIO_SMTP_PASSWORD', '');
define('SENDSTUDIO_SMTP_PORT', '');
define('SENDSTUDIO_SERVERTIMEZONE', '');
define('SENDSTUDIO_FORCE_UNSUBLINK', '');
define('SENDSTUDIO_HTMLFOOTER', '');
define('SENDSTUDIO_TEXTFOOTER', '');
define('SENDSTUDIO_MAXHOURLYRATE', '0');
define('SENDSTUDIO_MAXOVERSIZE', '0');
define('SENDSTUDIO_CRON_ENABLED', '0');
define('SENDSTUDIO_CRON_ENABLED', '0');
define('SENDSTUDIO_DEFAULTCHARSET', 'ISO-8859-1');
define('SENDSTUDIO_EMAIL_ADDRESS', '');
define('SENDSTUDIO_IPTRACKING', '');
define('SENDSTUDIO_IS_SETUP', 1);
?>
You will need to fill out the following details:
- SENDSTUDIO_DATABASE_TYPE: This will either be 'mysql' or 'pgsql'
- SENDSTUDIO_DATABASE_USER: This is the user name that you use to connect to your Interspire Email Marketer database
- SENDSTUDIO_DATABASE_PASS: This is the password for that database
- SENDSTUDIO_DATABASE_HOST: This is usually local host but if this does not work contact your host
- SENDSTUDIO_DATABASE_NAME: This is the table that has your Interspire Email Marketer install information in
- SENDSTUDIO_TABLEPREFIX: This will be the first few characters of your tables. Default is ss_
- SENDSTUDIO_LICENSEKEY: Your license key for Interspire Email Marketer
- SENDSTUDIO_APPLICATION_URL: The full path to your Interspire Email Marketer install. Do not add a slash to the end. I.e. 'http://www.domain.com/iem'
- SENDSTUDIO_SERVERTIMEZONE: This is the timezone that your server is located in such as 'GMT+10:00'
You will need to make sure that your config file has write permissions so that Interspire Email Marketer can save the details when you edit them in the Settings page.

The article has been updated successfully.