/
Emailling
Emailling
SINCE VERSION 1.0
How to send Emails in PIPEFORCE?
In PIPEFORCE you can send email messages out-of-the-box using the mail.send command.
Here is an example pipeline to use this command:
pipeline:
- mail.send:
to: "recipient@domain.tld"
subject: "This is the subject"
message: |
Hello recipient,
this is an email sent from a pipeline.
Greetings
Email Templates
There are different possibilities in PIPEFORCE to set the email data dynamically.