Hi {{ first_name }} {{ last_name }},
+ + +diff --git a/.gitignore b/.gitignore index 76fc598c7..6e228fe5e 100644 --- a/.gitignore +++ b/.gitignore @@ -26,7 +26,9 @@ share/python-wheels/ .installed.cfg *.egg MANIFEST +test_case1.py api/core/dependencies/mailjet.py +tests/v1/waitlist/waitlist_test.py # PyInstaller # Usually these files are written by a python script from a template @@ -36,6 +38,7 @@ api/core/dependencies/mailjet.py # Installer logs pip-log.txt +test_case1.py pip-delete-this-directory.txt # Unit test / coverage reports diff --git a/api/core/dependencies/email/templates/profile_recovery_email.html b/api/core/dependencies/email/templates/profile_recovery_email.html new file mode 100644 index 000000000..a17f909a1 --- /dev/null +++ b/api/core/dependencies/email/templates/profile_recovery_email.html @@ -0,0 +1,42 @@ +{% extends 'base.html' %} + +{% block title %}Recovery Email Verification{% endblock %} +{% block style %}{% endblock %} + +{% block content %} +
Recovery Email Verification
+Hi {{ first_name }} {{ last_name }},
+ + +
+
+
+
+ + Hello From The Boilerplate +++ Unsubscription Successful + +
+
+
+
+
+ + Hi Hope this find you well. + ++ You have successfully Unsubscribed from our email newsletter. + ++ This emai is a confirmation of that action. As you will not recieve + any newsletter updates from us anymore. + +
+
+ Regards, +Boilerplate + |
+
+
+
+
+ Welcome to Boilerplate Waitlist+Thanks for signing up +
+
+
+ Hi {{name}} +We're thrilled to have you join our waitlist. Experience quality and innovation + like never before. Our product is made to fit your needs and make your + life easier. +
+
+
+
+ Learn more about us
+
+
+
+
+ Here's what you can look forward to.+
+
+
+
+ Regards, +Boilerplate + |
+