I need help about the other requirements on installing Mautic (open source email marketing) on subdomain
After Mautic 5 the installation needs the following:
1- Install NPM
3- Symfony's Mailer & Mime : Using a 3rd Party Transport ,
is it possible to have that setup on a subdomain?
Does anyone have experience in installing Mautic 5 or later on a subdomain?
Thank you all
After Mautic 5 the installation needs the following:
1- Install NPM
2- Install Composercurl -fsSL <https://deb.nodesource.com/setup_20.x> |
sudo -E bash -sudo apt install -y nodejs
apt install npm
3- Symfony's Mailer & Mime : Using a 3rd Party Transport ,
composer require symfony/amazon-mailer |
is it possible to have that setup on a subdomain?
Does anyone have experience in installing Mautic 5 or later on a subdomain?
Thank you all