Hi,
Do you have an example or template for the email notify pipe variable:
BODY_HTML: 'email_template.html'
Thanks!
Phill
Hi @phillsym
You can use any html file as a BODY_HTML, for example, this is a simple html message:
<html>
<head></head>
<body>
<h1>Hello</h1>
<p>Email sent from <a href='https://bitbucket.org'>Powered by Bitbucket Pipes</a></p>
</body>
</html>
@Alexander Zhukov Thanks for the quick response. I was thinking it was a template with spots for variables.
I will try use ‘sed’ to populate a template HTML file during the pipeline run.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You can also use the envsubst utility https://unix.stackexchange.com/a/294400/230811
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thanks!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.