1.

Solve : Using BLAT as a mail notification service in GITLAB?

Answer»

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 [emailprotected]
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.Your quick response will be appreciated.Any update here please!!!



Discussion

No Comment Found