File: /home/xedaptot/be.naniguide.com/database/app_templates/sign_up_welcome_email.html
<!-- Page container -->
<div class="page-container login-container" style="min-height: 249px;"><!-- Page content -->
<div class="page-content"><!-- Main content -->
<div class="content-wrapper">
<div class="row">
<div class="col-sm-2 col-md-3"></div>
<div class="col-sm-8 col-md-6"><!-- subscribe form -->
<h2 class="text-semibold mt-40 text-white">{LIST_NAME}</h2>
<div class="panel panel-body">
<h4>Your subscription to our list has been confirmed.</h4>
<hr />
<p>For your records, here is a copy of the information you submitted to us...</p>
{SUBSCRIBER_SUMMARY}
<hr />
<p>If at any time you wish to stop receiving our emails, you can: <br /> <a
href="{UNSUBSCRIBE_URL}" class="btn btn-info bg-teal-800">Unsubscribe here</a></p>
</div><!-- /subscribe form -->
</div>
</div>
</div><!-- /main content -->
</div><!-- /page content --> <!-- Footer -->
<div class="footer text-white">© 2020. <span class="text-white">Copyright © 2025. All rights reserved.</a>
</div><!-- /footer -->
</div><!-- /page container -->