Details

    • Bug
    • Resolution: Not A Bug
    • Major
    • None
    • Professional Edition
    • Alerting
    • centos7

    Description

      I followed the steps from this link:

      https://docs.observium.org/alerting_transports/#e-mail

      But I cannot receive alerts by email. Please share the right procedure, currently I use my corporate mail but I can use another if it's necessary (gmail, hotmail, outlook, etc.)

       

      I have the professional subscription and I use a Centos7 server.

      Attachments

        Activity

          [OBS-3496] Cannot send alerts by email

          Please, close the ticket. Thank you.

          ftipiani Fernando Tipiani added a comment - Please, close the ticket. Thank you.

          hello, sorry for the delay, finally I found the answer:

          $config['email']['enable'] = TRUE;
          $config['email']['from'] = "'Alias Mail' <sender_email@acde.com>";
          $config['email']['default'] = "receiver_email@"xyzw.com;
          $config['email']['default_only'] = TRUE;
          $config['email']['backend'] = 'smtp';
          $config['email']['sendmail_path'] = '/etc/postfix'; // The location of the sendmail program.
          $config['email']['smtp_host'] = 'xxxxxx'; // Outgoing SMTP server name.
          $config['email']['smtp_port'] = xxxxxx; // The port to connect.
          $config['email']['smtp_timeout'] = 10; // SMTP connection timeout in seconds.
          $config['email']['smtp_secure'] = "xxxxxxxx"; // Enable encryption. Use 'tls' or 'ssl' or 'starttls'
          $config['email']['smtp_auth'] = TRUE; // Whether or not to use SMTP authentication.
          $config['email']['smtp_username'] = "sender_email@acde.com"; // SMTP username.
          $config['email']['smtp_password'] = "sender_email_password_here"; // Password for SMTP authentication.

           

          ftipiani Fernando Tipiani added a comment - hello, sorry for the delay, finally I found the answer: $config ['email'] ['enable'] = TRUE; $config ['email'] ['from'] = "'Alias Mail' <sender_email@acde.com>"; $config ['email'] ['default'] = "receiver_email@"xyzw.com; $config ['email'] ['default_only'] = TRUE; $config ['email'] ['backend'] = 'smtp'; $config ['email'] ['sendmail_path'] = '/etc/postfix'; // The location of the sendmail program. $config ['email'] ['smtp_host'] = 'xxxxxx'; // Outgoing SMTP server name. $config ['email'] ['smtp_port'] = xxxxxx; // The port to connect. $config ['email'] ['smtp_timeout'] = 10; // SMTP connection timeout in seconds. $config ['email'] ['smtp_secure'] = "xxxxxxxx"; // Enable encryption. Use 'tls' or 'ssl' or 'starttls' $config ['email'] ['smtp_auth'] = TRUE; // Whether or not to use SMTP authentication. $config ['email'] ['smtp_username'] = "sender_email@acde.com"; // SMTP username. $config ['email'] ['smtp_password'] = "sender_email_password_here"; // Password for SMTP authentication.  

          I have just attach 2 images with the details. Please let me know if you need additional information. Thank you.

          ftipiani Fernando Tipiani added a comment - I have just attach 2 images with the details. Please let me know if you need additional information. Thank you.

          Show your current config options for emails. And contact page.

          landy Mike Stupalov added a comment - Show your current config options for emails. And contact page.

          People

            landy Mike Stupalov
            ftipiani Fernando Tipiani
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: