Dreamweaver methods and package items
The following list describes the methods and package items you can use in a Dreamweaver Template for Outbound E-mail:
GetLinkTrackingURL("tcm:uri" or 'URL','URLName')-
Transforms a URL or a Component
tcm:uriinto a trackable link. If the e-mail recipient clicks the link, they are redirected to the URL or Component. Outbound E-mail tracks the clicking of the link and adds it to the Mailing statistics using the value of theURLNameparameter. GetLinkBinaryURL("tcm:uri")- Creates a link to a Multimedia Component (used for images). The method transforms the URI of the Multimedia Component into a link.
EmbedImage("tcm:uri")- Embeds an image file (Multimedia Component) in your e-mail message.
SetEmailType('html' or 'text')- Specifies the e-mail format in which to render Component Presentations.
Package items
The following list describes the package items you can use in a Dreamweaver Template for Outbound E-mail:
OutboundEmail_IsRenderingEmail-
Returns
trueif Outbound E-mail is rendering content for e-mail, andfalseif it is not. OutboundEmail_OpenTracking- Adds code to track whether an e-mail recipient opened the e-mail message.
OutboundEmail_ChangeProfileURL- Creates a link to the Web page in which a subscriber can change their personal information. The URL is defined in a Publication's Outbound E-mail tab (in the Change profile page URL field).
OutboundEmail_UnsubscribeURL- Creates a link to the Web page in which a subscriber can unsubscribe. The URL is defined in a Publication's Audience Management tab (in the Unsubscribe page URL tab)
OutboundEmail_ConfirmURL- Creates a link to the Web page in which a new subscriber confirms their subscription. The URL is defined in a Publication's Audience Management tab (the Subscription confirmation page URL field).