Itop 3.2 Mail Notifications SMTP setup
From Notes_Wiki
Revision as of 06:15, 19 July 2025 by Kamal (talk | contribs) (Created page with "Home > Ubuntu > Ubuntu 22.04 > Ubuntu 22.04 Itop 3.2 by Combodo > itop 3.2 Mail Notifications SMTP setup == SMTP configuration == * login to Itop console as admin user or users who have admin privileges. * Go to Configuration > General configuration * Find the smtp field in the file and the following entries <pre> 'email_default_sender_address' => '<mail-id>', 'email_transport' => 'SMTP', 'email_transport_smtp.encryption' => 'tls', 'em...")
Home > Ubuntu > Ubuntu 22.04 > Ubuntu 22.04 Itop 3.2 by Combodo > itop 3.2 Mail Notifications SMTP setup
SMTP configuration
- login to Itop console as admin user or users who have admin privileges.
- Go to Configuration > General configuration
- Find the smtp field in the file and the following entries
'email_default_sender_address' => '<mail-id>', 'email_transport' => 'SMTP', 'email_transport_smtp.encryption' => 'tls', 'email_transport_smtp.host' => '<smtp-host>', 'email_transport_smtp.password' => '<password>', 'email_transport_smtp.port' => '<port-number>', 'email_transport_smtp.username' => '<username>', * click on apply to save the changes == Testing the SMTP configuration == * Go to Configuration > Notifications * click on the link '''email.test.php''' * after opening the link, you should see green color text which says: <pre> Success:PHP settings are ok to proceed with a test of the email
- In the Test recipient section, fill the To field. From field should be filled by default.
- Click Next
- The email is sent successfully. you should see green color text which says:
Success:The email has been sent, check your inbox for the incoming mail...