Hello, we use: AcyMailing Enterprise 7.6.2 + Joomla! 3.10.3
With Outlook 2021 and Thunderbird 91.4.0 works fine!
But receiver have problem with paragraph if his Outlook version is older than 2021 (2010, 2013, 2016, etc.)
Added this code in Custom CSS of template and it works perfect!
p {
margin-bottom: 10px !important;
line-height: 20px !important;
}