mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-03 04:29:28 +01:00
Added hook: mail_compose_after_save
This commit is contained in:
parent
8c46a2d541
commit
ea548a90ab
@ -506,6 +506,13 @@ class mail_compose
|
|||||||
try
|
try
|
||||||
{
|
{
|
||||||
$success = $this->send($_content);
|
$success = $this->send($_content);
|
||||||
|
|
||||||
|
//hook mail_compose_after_save
|
||||||
|
Api\Hooks::process( array(
|
||||||
|
'location' => 'mail_compose_after_save',
|
||||||
|
'content' => $_content,
|
||||||
|
));
|
||||||
|
|
||||||
if ($success==false)
|
if ($success==false)
|
||||||
{
|
{
|
||||||
$sendOK=false;
|
$sendOK=false;
|
||||||
|
Loading…
Reference in New Issue
Block a user