Your software
My Mautic version is: 5.2.4
My PHP version is: 8.1
My Database type and version is: 10.6.21-MariaDB-ubu2004
Your problem
My problem is:
Hello everyone,
I’m currently migrating my legacy system (Mautic 4.4.13) to a fresh Mautic installation (5.2.4). I installed it without any issues using a Docker image. However, I noticed there isn’t a native plugin for integration with the SendGrid API.
While looking through the forum, I found a recommendation for the “sendgrid+api” plugin, but it requires PHP 8.2. The Docker image I used installed PHP version 8.1.
My question is: what’s the best way to handle this situation?
Can I update to PHP 8.2 without breaking the existing installation?
Or is there another way to connect to SendGrid via API?
I can’t answer on Sendgrid plugin as I am new to Mautic but I would suggest not to use PHP 8.1 for a new system install right now since it is out of security support.
I see that the official Mautic docker for 5.2.7 uses PHP 8.3 at the moment.