ExactTarget Web Collect Error Codes
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 moreTriggered Send via Smart Capture Form & AMPScript
<!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 moreTriggered send using AMPScript
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 moreCreating Triggered Send via SOAP API & PHP
<?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 moreResponsive template with effects
<!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" /> <meta name="viewport"
Read morePure HTML shadow
<table width="100%" border="0" cellspacing="0" cellpadding="0" style="background-color: #ffffff;"> <tr> <td height="1" width="100%" style="height: 1px; mso-line-height-rule: exactly; line-height: 0; background-color: #5a5a5a; font-size: 1px;"
Read morePure HTML gradient buttons
BLUE BUTTON <table align="center" class="w320" width="300" border="0" cellspacing="0" cellpadding="0" style="background-color: #ffffff;" bgcolor="#ffffff"> <tr> <td align="center" height="15" style="height: 15px; mso-line-height-rule: exactly; line-height:
Read moreEmail Coding Guidelines
Update March 2017: With increased CSS support in many email clients/browsers, many of these techniques are now no longer necessary. This is not intended as
Read more