* Mail: use account of selected From address to send mails, not the current open mailbox

This commit is contained in:
ralf 2025-01-13 09:54:51 +01:00
parent 4b8b6861b2
commit 0e61051069

View File

@ -510,7 +510,7 @@ class mail_compose
{
try
{
$success = $this->send($_content);
$success = $this->send($_content, $_content['mailaccount']);
//hook mail_compose_after_save
Api\Hooks::process( array(