MailMgr - Installazione e Configurazione
MailMgr
Utenza di accesso
admin@web-engine.it
2us8T_g}Ih7*
PHPList
Installazione RestAPI
https://github.com/phpList/phplist-plugin-restapi/archive/master.zip
Deploy
- Andare su C:\Dev\xampp\htdocs\camilla\mailmgr
- Lanciare DoRelease.bat
VerrĂ creato un file zip mailmgr_release.zip da mettere su public_html e scompattare nella cartella mailmgr
Configurazione
Aprire file mailmgr/.env
Cambiare PHPLIST_TMP_PATH con quella di unix
Aprire il file mailmgr/config/database.php
Aggiungere un oggetto di Database
'hotelgermaniabib_nuovo' => [
'driver' => 'mysql',
'url' => env('DB_URL'),
'host' => env('DB_HOST', '127.0.0.1'),
'port' => env('DB_PORT', '3306'),
'database' => env('DB_DATABASE', 'hotelgermaniabib_nuovo'),
'username' => env('DB_USERNAME', 'root'),
'password' => env('DB_PASSWORD', ''),
'unix_socket' => env('DB_SOCKET', ''),
'charset' => env('DB_CHARSET', 'utf8mb4'),
'collation' => env('DB_COLLATION', 'utf8mb4_unicode_ci'),
'prefix' => '',
'prefix_indexes' => true,
'strict' => true,
'engine' => null,
'options' => extension_loaded('pdo_mysql') ? array_filter([
PDO::MYSQL_ATTR_SSL_CA => env('MYSQL_ATTR_SSL_CA'),
]) : [],
],
Prendere la configurazione da typo3conf/system/settings.php