mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-21 13:29:01 +01:00
* Mail: use account of selected From address to send mails, not the current open mailbox
This commit is contained in:
parent
4b8b6861b2
commit
0e61051069
@ -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(
|
||||
|
Loading…
Reference in New Issue
Block a user