Skip to content

I Dig Email

I really, really dig email

Category: SFMC/ExactTarget

White Lines in Outlook

August 27, 2023 evangogh Code, Outlook, SFMC/ExactTarget

From Email On Acid’s June 29, 2023 article, Outlook HTML Emails: How to Fix 11 Common Rendering Issues: https://www.emailonacid.com/blog/article/email-development/how-to-code-emails-for-outlook-2016/ Change up your font sizes and

Read more

Top of images getting cut off in Outlook

May 27, 2020 evangogh Code, Outlook, SFMC/ExactTarget

In an email template with rows of stacked images, the tops of the images were getting cut off in Outlook 2013, Outlook 2013 120DPI, Outlook

Read more

Schedule an Appointment email using SOAP API

September 9, 2017 evangogh AMPScript, Code, SFMC/ExactTarget

 %%[ SET @EventDate = Format(Now(),"MMddyyyy") var @xml SET @xml = XML_Feed SET @rowSET = BuildRowsetFromXml(@xml, "//Record",1) SET @FamilyTotal = Rowcount(@rowset) If not empty(@FamilyTotal) then  

Read more

Schedule an Appointment SMS using Data Extension

September 9, 2017 evangogh AMPScript, Code, SFMC/ExactTarget

%%[ Set @EmailDE ="5-9_NVNS_Master" Set @SendDate = Format(Now(),"MMddyyyy") Set @CampaignID = Concat(@Campaign,@SendDate) Set @utmSource = "AdHoc" Set @utmCampaign = "Capacity" Set @utmMedium = "SMS" Set

Read more

Schedule an Appointment email using Data Extension

September 9, 2017 evangogh AMPScript, Code, SFMC/ExactTarget

 %%[    Set @EmailDE = "5-22_Master"    Set @SubjectLine ="It’s time to schedule a check-up for your family! Schedule online now."    Set @Preheader =

Read more

Schedule an Appointment SMS using SOAP API

September 9, 2017 evangogh AMPScript, Code, SFMC/ExactTarget

SMS Schedule Appointment with Phone Number %%[ VAR @xml, @rowset, @row, @FamilyTotal, @MessageId, @HOHid, @mobile, @MessageBody SET @xml = XML_Feed SET @rowset = BuildRowsetFromXml(@xml, "//Record",1)

Read more

AMPScript ProperCase & Trim

August 18, 2016 evangogh AMPScript, Code, SFMC/ExactTarget

Good %%[ VAR @fName, @FN_Trim, @FN_PC Set @fName = [First Name] If not empty(@fname) then (   Set @FN_Trim = Trim(@fName)   Set @FN_PC =

Read more

AMPScript functions

August 2, 2016 evangogh AMPScript, SFMC/ExactTarget

System variables: Unique JobID for email send = %%JobID%% Email name = %%emailName_%% Subscriber email address = %%emailaddr%% View online = %%view_email_url%% Forward to a

Read more

Good Morning/Afternoon AMPScript

August 7, 2015 evangogh AMPScript, Code, SFMC/ExactTarget

The datediff() function is your friend. It’s pretty tolerant to all kinds of dates and times. You can comment/uncomment the set @now lines to suit

Read more

How to Include an RSS Feed in an Email Message using AMPscript

October 17, 2013 evangogh AMPScript, Code, SFMC/ExactTarget

This document contains conceptual, procedural and scenario information about including RSS feeds in the content of an email message. You can use AMPscript to pull

Read more

Posts pagination

1 2 Next Posts»
WordPress Theme: Gridbox by ThemeZee.