PrestaShop Module

First Steps

Recommended first production-safe rollout steps.

1) Finish Configuration

  • verify sender data
  • set relevant module options
  • save and reload

2) Run First Test

  • run test send / test process
  • inspect logs
  • compare result with expected output

3) Enable Monitoring

  • define error path (who reacts and when)
  • document retry rules
  • define KPIs (success rate, runtime)

4) Roll Out in Waves

Do not switch everything live at once. Start with a limited segment and expand step by step.

Requirements

Columns
PrestaShop
9.x
Current target line for this MailyGator guide.
PHP
PrestaShop 9 recommends PHP 8.5
Supported PHP versions follow the official PrestaShop 9 compatibility chart.
MySQL / MariaDB
MySQL 5.7+ or MariaDB 10.2+
A current database release is recommended.
Apache / Nginx
Apache 2.4+ or Nginx 1.0+
Standard hosting baseline for PrestaShop 9.
JavaScript / Ajax
Native PrestaShop 9 runtime
No separate JS library or standalone Ajax version is required.
PHP extensions
curl, dom, fileinfo, gd, iconv, intl, json, mbstring, openssl, pdo_mysql, simplexml, zip
Matches the official PrestaShop 9 prerequisites.
PHP memory_limit
512M recommended
Official PrestaShop 9 recommendation.
Cronjob / HTTPS
Dedicated cronjob URL per shop
Needed for licensed shop checks and update calls.