Email alerts xibo 1.8

Hi community,
I installed xibo 1.8.13 with xamp (not docker) and i need email alerts, please how to configure it step by step?

1 Like

go to the PHP.ini in the Folder xampp\php
edit the file with the Editor, search for smtp and modify the code acording your enviroment

[mail function]
; For Win32 only.
; http://php.net/smtp
; http://php.net/smtp-port
SMTP=yourSMTP.yourdomain.net
smtp_port = 25
sendmail_from = Emailsender@yourdomain.com

when this is done, restart your xampp services.
At the web interface go to Administration\Settings\Maintenance and enable e-Mail alerts.
At the web interface go to Administration\Settings\Network and enter your email Admin e-mail adress.

regards
Masterbug

Thank you for your reply,
I tested your solution and it did not work, I see the notification in the CMS but I do not receive the email, logically sending the email requires login and password.

best regards ,
Bessem Z

This topic was automatically closed 91 days after the last reply. New replies are no longer allowed.