- Some organizations uses email authentication with users not in EMAIL format.
- Elastifile Notification UI, assume user name is the FROM address.
To workaround that please run this procedure -
- Keep the UI configured with the correct username and password
- Ssh to EMS machine
- Edit - /elastifile/emanage/app/mailers/notification_mailer.rb
- On lines 6 & 16 replace -
change -
<from: @notification_target.system.mail_user>
to -
<from: "your email"> # keep the double quotes.
- Restart EMS service -
systemctl restart emanage