Welcome guest. Before posting on our computer help forum, you must register. Click here it's easy and free.

Author Topic: Using BLAT as a mail notification service in GITLAB  (Read 58961 times)

0 Members and 1 Guest are viewing this topic.

Santosh

    Topic Starter


    Rookie

    • Experience: Beginner
    • OS: Windows 10
    Using BLAT as a mail notification service in GITLAB
    « on: April 29, 2020, 06:21:51 AM »
    Using BLAT as a mail notification service in GITLAB.

    We have a GITLAB setup and We want to send the output of a error file as a attachment and giving a proper message including in the body as a mail notification to the recipients using BLAT as a service. Using below code:

    Code: [Select]
    blat -subject "IP is not pingable" -body "please check the attachment for the error logs" -attach C:\Temp\error.txt -to [email protected]
    We want to send this from the GITLAB. But I am getting BLAT error log as :
    Error: Not a socket for a SMTP server

    How to achieve this and get rid of this error.

    Santosh

      Topic Starter


      Rookie

      • Experience: Beginner
      • OS: Windows 10
      Re: Using BLAT as a mail notification service in GITLAB
      « Reply #1 on: May 05, 2020, 08:42:57 AM »
      Your quick response will be appreciated.

      Santosh

        Topic Starter


        Rookie

        • Experience: Beginner
        • OS: Windows 10
        Re: Using BLAT as a mail notification service in GITLAB
        « Reply #2 on: May 10, 2020, 11:36:47 PM »
        Any update here please!!! :(