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 moreTop of images getting cut off in Outlook
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 moreSchedule an Appointment email using SOAP API
%%[ 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 moreSchedule an Appointment SMS using Data Extension
%%[ 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 moreSchedule an Appointment email using Data Extension
%%[ Set @EmailDE = "5-22_Master" Set @SubjectLine ="It’s time to schedule a check-up for your family! Schedule online now." Set @Preheader =
Read moreSchedule an Appointment SMS using SOAP API
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 moreAMPScript ProperCase & Trim
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 moreAMPScript functions
System variables: Unique JobID for email send = %%JobID%% Email name = %%emailName_%% Subscriber email address = %%emailaddr%% View online = %%view_email_url%% Forward to a
Read moreGood Morning/Afternoon AMPScript
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 moreHow to Include an RSS Feed in an Email Message using AMPscript
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