Send email after environment is provisioned

This commit is contained in:
leigh-mil
2019-10-08 15:57:31 -04:00
parent 92acf3168e
commit 10c16cc4ef
4 changed files with 23 additions and 1 deletions

View File

@@ -0,0 +1,9 @@
{% extends "emails/base.txt" %}
{% block content %}
A JEDI environment you set up is now available. Please click the link below to access your JEDI application.
{{ url_for("applications.settings", application_id=environment.application_id, _external=True) }}
{% endblock %}