Skip to content

I Dig Email

I really, really dig email

Author: evangogh

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

Spacer row

May 4, 2015 evangogh Code

<tr>    <td height="15" style="font-size: 15px; mso-line-height-rule: exactly; line-height: 15px;">&nbsp;</td> </tr>

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

Retrieve Subscriber via SOAP API & PHP

September 29, 2013 evangogh Code, PHP, SFMC/ExactTarget, SOAP

<?php function hexToStr($hex)     {     $string = ”;     for ($i = 0; $i < strlen($hex) – 1; $i+= 2)  

Read more

Creating Triggered Send Definition via SOAP API & PHP

September 20, 2013 evangogh Code, PHP, SFMC/ExactTarget, SOAP

<?php require(’../../00 Includes/exacttarget_soap_client.php’); $wsdl = ‘https://webservice.exacttarget.com/etframework.wsdl’; try {         /* Create the Soap Client */         $client = new

Read more

Retrieve Subscribers with “Unsubscribe” Status from List via SOAP API & PHP

September 19, 2013 evangogh Code, PHP, SFMC/ExactTarget, SOAP
Read more

ExactTarget Web Collect Error Codes

September 12, 2013 evangogh SFMC/ExactTarget

Case 1: An error has occurred while attempting to save your subscriber information. Case 2: The list provided does not exist. Case 3: Information was

Read more

Triggered Send via Smart Capture Form & AMPScript

September 12, 2013 evangogh AMPScript, Code, SFMC/ExactTarget

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml">    <head>       <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />       <title>My Form</title>

Read more

Triggered send using AMPScript

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

The example below uses AMPScript and shows creating a subscriber, using an existing triggered send definition by customer key, and executing the triggered send using

Read more

Creating Triggered Send via SOAP API & PHP

September 9, 2013 evangogh Code, PHP, SFMC/ExactTarget, SOAP

<?php require (’../../00 Includes/exacttarget_soap_client.php’); $wsdl = ‘https://webservice.exacttarget.com/etframework.wsdl’; try     {     /* Create the Soap Client */     $client = new ExactTargetSoapClient($wsdl,

Read more

Posts pagination

«Previous Posts 1 2 3 4 5 Next Posts»
©2026 I Dig Email. All Rights Reserved.