Created
July 27, 2022 12:11
-
-
Save CforED/84eabbd4582810f4182bb3ad2a84115c to your computer and use it in GitHub Desktop.
SendGrid Opt-out Template
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<html> | |
<head> | |
<title></title> | |
</head> | |
<body> | |
<div data-role="module-unsubscribe" class="module" role="module" data-type="unsubscribe" style="color:#444444; font-size:12px; line-height:20px; padding:16px 16px 16px 16px; text-align:Center;" data-muid="4e838cf3-9892-4a6d-94d6-170e474d21e5"> | |
<div class="Unsubscribe--addressLine"> | |
<p class="Unsubscribe--senderName" | |
style="font-size:12px;line-height:20px" | |
> | |
{{Sender_Name}} | |
</p> | |
<p style="font-size:12px;line-height:20px"> | |
<span class="Unsubscribe--senderAddress">{{Sender_Address}}</span>, <span class="Unsubscribe--senderCity">{{Sender_City}}</span>, <span class="Unsubscribe--senderState">{{Sender_State}}</span> <span class="Unsubscribe--senderZip">{{Sender_Zip}}</span> | |
</p> | |
</div> | |
<p style="font-size:12px; line-height:20px;"> | |
<a class="Unsubscribe--unsubscribeLink" href="{{{unsubscribe}}}" target="_blank" style="font-family:sans-serif;text-decoration:none;"> | |
Unsubscribe | |
</a> | |
- | |
<a href="{{{unsubscribe_preferences}}}" target="_blank" class="Unsubscribe--unsubscribePreferences" style="font-family:sans-serif;text-decoration:none;"> | |
Unsubscribe Preferences | |
</a> | |
</p> | |
</div> | |
</body> | |
</html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment