Manage subscriptions,update profile,Unsubscribe
At the bottom of the email template there are links called manage subscriptions,update profile,unsubscribe.I didn't add those options,if I click on the options it is routing to blank page.So if they are by system default then how can we add the URLs for those options ,in which section we can add?
And also if we don't want those options to send ,how can we remove?
please anyone can help
Try this code
<table align="center" role="presentation" style="border-spacing:0;Margin:0;padding:0;width: 100%;background-color:#ffffff;">
<tr>
<td align="center" style="padding-top:20px;padding-bottom:50px;padding-left:10px;padding-right:10px;margin:0;">
<h1 style="padding:0;margin:0; font-family: 'Lato', Helvetica, Arial, sans-serif; font-size:12px;font-style: normal; font-weight: 400;line-height: 18px;">
<a alias="" conversion="false" data-linkto="https://" href="#" title="">Manage Subscriptions</a> | <a alias="" conversion="false" data-linkto="https://" href="#" title="">Update Profile</a> | <a alias="" conversion="false" data-linkto="https://" href="#" title="">Unsubscribe</a></h1></td></tr></table>