'Send e-mail via pipelines in Gitlab-CI
does anyone have experience with sending emails via pipelines in gitlab? i am using gitlab CI/CD for deployment.I have a requirement from a customer,they want:
- notification by starting a pipeline with started jobs
- notification at the end of pipeline
- notification when an error occurred
I am able to send a dummy text email via any SMTP Server or any API Mailing server but my problem is how to include in my email the jobs?I do not want to send a dummy email but an email which includes the jobs/components which are going to be deployed.
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|
