This commit is contained in:
Fabio Guachalla
2019-09-10 15:11:18 -04:00
committed by Paula Quispe
parent 5344dc7f32
commit 90a8150bd7
13 changed files with 714 additions and 45 deletions

View File

@@ -483,6 +483,19 @@ class ActionsByEmailCoreClass extends PMPlugin
$this->setEmailFrom($emailFrom);
}
/**
* Define the email from in a public way
*
* @param array $setup
* @return void
* @see ProcessMaker\BusinessModel\ActionsByEmail::forwardMail()
*/
public function publicDefineEmailFrom($setup)
{
//Call the defineEmailFrom private method
$this->defineEmailFrom($setup);
}
/**
* Define the email to
*