Browse Source

#24417 referral amount changes

feature/Redmine-17825-Email_Template
Leeza Baidar 8 months ago
parent
commit
ac99c9d5e8
  1. 50
      ThirdPartyAPIs/App_Data/Templates/BASIC_REGISTRATION_EMAIL.html

50
ThirdPartyAPIs/App_Data/Templates/BASIC_REGISTRATION_EMAIL.html

@ -2,18 +2,58 @@
<body>
<div style="color:#434444; padding: 15px; font-family: Roboto; font-size: 15px; margin-top: 20px">
<div style="text-align: right;">
<img src="https://japanremit.com/assets/img/jmelogo.jpg" alt="IME London" class="CToWUd" height="90">
<div style="color:#434444; padding: 15px; font-family: Roboto; font-size: 15px; margin-top: 10px">
<div style="text-align: left;">
<img src="https://imelondon.co.uk/assets/images/logo.png" alt="imelondon" class="CToWUd" height="50" width="150" style="height: 50px;width:150;border:0;" >
<img src="https://imelondon.co.uk/assets/dist/images/imelondan.svg" alt="imelondon" class="CToWUd" height="50" width="155" style="height: 50px;width:155px;border:0;">
</div>
<br />
<hr style="background-color: #fff; border-top: 1.5px solid #2B3C90; border-bottom: none;" />
<div class="body">
Dear <strong>{CustomerName}</strong>,
<{{{tanble>
<p style="margin-top: 20px">
Thank you for registering with IME London. We are overjoyed to have you join our community of users from around the world who are streamlining and improving the way they send and receive money internationally. <br />
Prepare yourself for a never-before-seen level of rapid, secure, and convenient remittance. <br />
</p>
<p style="margin-top: 20px">
<b>You can now start sending money to your loved ones. </b><br />
</p>
<p style="margin-top: 20px">
Please use the referal code <b>
{UserId}
</b> to invite your friends and get £ {RegReward} after your friend sucessfully registers and {TranReward}£ after sending the transaction.
<br />
** Terms and Condition applied
</p>
<p style="margin-top: 20px">
<b>Your account details: </b><br />
<ol style=" list-style-type: none; /* Remove bullets */ padding: 0; /* Remove padding */ margin-left: 30px; /* Remove margins */">
<li>Customer ID: {CustomerId} </li>
<li>User ID: {UserId} </li>
<li>First Name: {FirstName} </li>
<li>Middle Name: {MiddleName} </li>
<li>Last Name: {LastName} </li>
<li>Mobile Number: {MobileNo} </li>
<li>Address: {Address}</li>
<li>Email: {EMAIL_ID}</li>
<li>Registered Date: {RegisteredDate}</li>
</ol>
</p>
<p style="margin-top: 20px">
We appreciate your decision to choose IME London to transform the way you manage international money transfers. Your path to smooth remittance begins right now! <br />
</p>
</div>
<p style="margin-top: 20px;">
Thank you! <br />
IME London Team <br />
</p>

Loading…
Cancel
Save