PMC-778
This commit is contained in:
committed by
Paula Quispe
parent
5344dc7f32
commit
90a8150bd7
@@ -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
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user