* 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 c0b2bc96cc
commit f565fc40cb

View File

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