Hi Luke,
This is a Template for New User Registraion
<subject>Welcome New Registration</subject>
<html>
<head>
<title>Your New registration with %Store.Name%</title>
</head>
<body bgcolor="#FFFFFF" link="#0066CC">
<table border="0" width="100%" cellspacing="0" cellpadding="0">
<tr>
<td align="left">
<a href="%Store.URL%"><img src="%Store.Logo%" border="0" /></a>
</td>
</tr>
</table>
<div>Dear %UserName%</div><br />
<div>Thank you for registering on the XXX Store website.</div>
<div>Should you have any questions or concerns, you can reach us at </div>
<br /><br />
Hope to see you online soon!<br /><br />
<div>-%Store.Name%</div>
</body>
</html>
What is the code snipete to send an email to the User after Compltion of registration on clicking the continue Button
bahram
|