Just finished upgrading a #Mautic install to #mautic5. My favourite part was the #AmazonSES integration:
- Upgrade left an unparsable mailer_dsn in local.php, completely breaking the system
- The default symfony/amazon-mailer Just Does Not Work - needs a specific version - “composer require symfony/amazon-mailer=5.3 -W”
- Pasting password into the email config page leaves a cute little lock emoji in the field, resulting in the wrong password being saved. (why is it not a placeholder attribute?)