sapplica / sentrifugo

Sentrifugo is a FREE and powerful Human Resource Management System (HRMS) that can be easily configured to meet your organizational needs.
http://www.sentrifugo.com/
GNU General Public License v3.0
484 stars 426 forks source link

Microsoft Emails (Office365) are not getting configured [Bug found, Solution Provided] #338

Open squibb-project opened 4 years ago

squibb-project commented 4 years ago

Hello,

In application / modules / default / controllers / DashboardController.php change like 338 $options['fromEmail'] = DONOTREPLYEMAIL; To $options['fromEmail'] = !empty($username)?$username:"";

As Microsoft fails any email where from Email is different than the account Email.

Let me know of you need more details.