Difference between revisions of "Itop 3.2 Mail Notifications"
From Notes_Wiki
Line 1: | Line 1: | ||
[[Main Page|Home]] > [[Ubuntu]] > [[Ubuntu 22.04]] > [[Ubuntu 22.04 Itop 3.2 by Combodo]] > [[itop 3.2 Mail Notifications]] | [[Main Page|Home]] > [[Ubuntu]] > [[Ubuntu 22.04]] > [[Ubuntu 22.04 Itop 3.2 by Combodo]] > [[itop 3.2 Mail Notifications]] | ||
== 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', | |||
'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 | |||
</pre> | |||
* 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: | |||
<pre> | |||
Success:The email has been sent, check your inbox for the incoming mail... | |||
</pre> |
Revision as of 06:13, 19 July 2025
Home > Ubuntu > Ubuntu 22.04 > Ubuntu 22.04 Itop 3.2 by Combodo > itop 3.2 Mail Notifications
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...