Browse Source

#new template for mobile activate email

feature/Redmine-17825-Email_Template
Leeza Baidar 9 months ago
parent
commit
e007f9e5e0
  1. 58
      ThirdPartyAPIs/App_Data/Templates/PIN_PASSWORD_EMAIL.html
  2. 1
      ThirdPartyAPIs/ThirdPartyAPIs.csproj

58
ThirdPartyAPIs/App_Data/Templates/PIN_PASSWORD_EMAIL.html

@ -0,0 +1,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>
<br />
<hr style="background-color: #fff; border-top: 1.5px solid #2B3C90; border-bottom: none;" />
<div class="body">
Dear <strong>{CustomerName}</strong>,
<p style="margin-top: 20px">
Your mobile login has been activated and the login credentials are <br />
</p>
<p style="margin-top: 20px">
Login ID: {EMAIL_ID}<br />
Password: {PASS_WORD}<br />
Txn Pin: {PIN_NO}<br />
</p>
<p style="margin-top: 20px">
Please contact Customer Care at <strong>02088660307 </strong>at 9:30 AM- 6:30 PM or email to info@imelondon.co.uk if you need further assistance. <br />
</p>
<p style="margin-top: 20px">
Please DO NOT SHARE your code/OTP with anyone. <br />
</p>
</div>
<p style="margin-top: 20px;">
Regards, <br />
Customer Support Department <br />
IME London <br />
UK<br />
</p>
<hr style="background-color: #fff; border-top: 1.5px solid #2B3C90; border-bottom: none;" />
<p>
<b>
IME London is a trading name of Subhida UK Ltd, Pentax House, South Hill Avenue, South Harrow, London, HA2 0DU, Company Registration No: 06432399.
Subhida UK Ltd is authorized and regulated by the Financial Conduct Authority (FCA) under the Payment Service Regulations 2017, FCA Registration No: 576127, HMRC Registration No: XYML000000119350
</b>
</p>
</div>
</body>

1
ThirdPartyAPIs/ThirdPartyAPIs.csproj

@ -288,6 +288,7 @@
<Content Include="App_Data\Templates\CUSTOMER_LAWSON_REGISTER.html" />
<Content Include="App_Data\Templates\NEW_CUSTOMER_EMAIL.html" />
<Content Include="App_Data\Templates\OTP_EMAIL.html" />
<Content Include="App_Data\Templates\PIN_PASSWORD_EMAIL.html" />
<Content Include="App_Data\Templates\RENEW_ID_APPROVED.html" />
<Content Include="App_Data\Templates\RESET_PASSWORD_EMAIL.html" />
<Content Include="App_Data\Templates\TF_EXPIRY_EMAIL.html" />

Loading…
Cancel
Save