This shows you the differences between two versions of the page.
|
filters [2010/07/19 11:55] Ralph Zajac |
filters [2010/08/19 10:48] (current) Tim Jenkins |
||
|---|---|---|---|
| Line 11: | Line 11: | ||
| <tr><td>opentrack</td><td>Inserts and <img> tag at the bottom of the html section of an e-mail which will be used to track if an e-mail is opened</td><td>Enable – 0 to disable, 1 to enable</td></tr> | <tr><td>opentrack</td><td>Inserts and <img> tag at the bottom of the html section of an e-mail which will be used to track if an e-mail is opened</td><td>Enable – 0 to disable, 1 to enable</td></tr> | ||
| <tr><td>footer</td><td>Inserts a footer at the bottom of the text and html bodies</td><td nowrap>Enable – 0 to disable, 1 to enable<br>‘text/html’ – String for html body<br>‘text/plain’ – String for text body</td></tr> | <tr><td>footer</td><td>Inserts a footer at the bottom of the text and html bodies</td><td nowrap>Enable – 0 to disable, 1 to enable<br>‘text/html’ – String for html body<br>‘text/plain’ – String for text body</td></tr> | ||
| - | <tr><td>spamcheck</td><td>Tests message with SpamAssassin to determine if it is spam, and drop it if it is</td><td>Enable – 0 to disable, 1 to enable<br>maxscore - Score after which the message will be dropped (default is 5.0)</td></tr> | + | <tr><td>spamcheck</td><td>Tests message with SpamAssassin to determine if it is spam, and drop it if it is</td><td>Enable – 0 to disable, 1 to enable<br>maxscore - Score after which the message will be dropped (default is 5.0)<br>url - an optional url to post the email and a copy of the report to</td></tr> |
| - | <tr><td>ganalytics</td><td>Re-writes links to integrate with Google Analytics</td><td>Enable – 0 to disable, 1 to enable<br>utm_source - Value for the utm_source field<br>utm_medium - Value for the utm_medium field<br>utm_term - Value for the utm_term field<br>utm_conent - Value for the utm_content field<br>utm_campaign - Value for the utm_campaign field</td></tr> | + | <tr><td>ganalytics</td><td>Re-writes links to integrate with Google Analytics</td><td>Enable – 0 to disable, 1 to enable<br>utm_source - Value for the utm_source field<br>utm_medium - Value for the utm_medium field<br>utm_term - Value for the utm_term field<br>utm_content - Value for the utm_content field<br>utm_campaign - Value for the utm_campaign field</td></tr> |
| <tr><td>domainkeys</td><td>Allows you to specify the domain to use to sign messages with Domain Keys. This domain should match the domain in the From address of your e-mail. See <a href="http://wiki.sendgrid.com/doku.php?id=domain_keys">here</a> for more details on Domain Keys.</td><td>Enable: 0 to disable, 1 to enable<br>domain: The domain to sign messages as<br>sender: 1 - Insert a Sender header if the domain specified does not match the From address.<br> 0 to never insert a Sender header</td></tr> | <tr><td>domainkeys</td><td>Allows you to specify the domain to use to sign messages with Domain Keys. This domain should match the domain in the From address of your e-mail. See <a href="http://wiki.sendgrid.com/doku.php?id=domain_keys">here</a> for more details on Domain Keys.</td><td>Enable: 0 to disable, 1 to enable<br>domain: The domain to sign messages as<br>sender: 1 - Insert a Sender header if the domain specified does not match the From address.<br> 0 to never insert a Sender header</td></tr> | ||
| <tr><td>template</td><td>Wraps a template around your email content. Useful for sending out newsletters nicely formatted messages</td><td nowrap>Enable – 0 to disable, 1 to enable<br>‘text/html’ – String for template html body</td></tr> | <tr><td>template</td><td>Wraps a template around your email content. Useful for sending out newsletters nicely formatted messages</td><td nowrap>Enable – 0 to disable, 1 to enable<br>‘text/html’ – String for template html body</td></tr> | ||