How to configure Outlook as SMTP server in cloudmon?

How to configure Outlook as SMTP server in cloudmon?

To configure Outlook as an SMTP server, you'll need to set up an app password for your Microsoft account and then configure your email client or application to use Outlook's SMTP settings.

Here's a step-by-step guide to generate App Password:
 
Navigate to View account > Security Info >  Add sign in method > App Password and generate the App password in your outlook.
 
Follow the below steps to change the default mail server:
  1. Open the cloudmon controller via CLI console.
  2. Navigate to the following path /usr/local/cloudmon/server/.env
  3. Add the following lines:

MAILSERVER_HOST='smtp.office365.com'

MAILSERVER_PORT='587'

MAIL_FROM='yourname@veryxtech.com'

MAIL_AUTH='true'

MAIL_SECURE='false'

MAIL_USERNAME='yourname@veryxtech.com'

MAIL_PASSWORD='my-secret'


4. Save the file and restart the server using the following command:

service cloudmon-controller@* restart