Something went wrong while setting issue due date.
[Tasks] - Mail class can have one method static to be reused outside object call by others
Closed
[Tasks] - Mail class can have one method static to be reused outside object call by others
[Tasks] - Mail class can have one method static to be reused outside object call by others
// send the objectype and attrs name to the below method
$this->setEmailsFromSelectedDN($mailObject, $mailAttr);
The above method can be statically called and shared outside group instance.