Hi
Acymailing 5 redefine the Joomla mail system.
When i send en email to a correct structured adress but without recipant i have an error 500 instead of return false.
This is in components/com_acymailing/inc/joomlanotification/jMail_J25.php line 87
if ($result == false)
{
// TODO: Set an appropriate error number
$result = acymailing_raiseError(500, acymailing_translation($this->ErrorInfo));
}
So my php script is broken...
😡
Regards.