Skip to content

Instantly share code, notes, and snippets.

Embed
What would you like to do?
<script runat="server">
Platform.Load("core","1.1.1");
// get the value of the emailaddr personalization string
var email = Attribute.GetValue("emailaddr");
Write("<br>email: " + email);
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment