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