--- title: "FAQ and Troubleshooting Deliver" slug: "troubleshooting-deliver" updated: 2026-03-31T19:18:28Z published: 2026-03-31T19:18:28Z canonical: "knowledge.technolutions.net/troubleshooting-deliver" --- > ## Documentation Index > Fetch the complete documentation index at: https://knowledge.technolutions.net/llms.txt > Use this file to discover all available pages before exploring further. # FAQ and Troubleshooting Deliver Below are some frequent topics related to using the Deliver module in Slate. ## Email ### Merge field is not available to use in an email - Check the query in the Recipient Lists. If you’re missing a merge field for your email, you’re missing an export in your Query. ### Merge field is not working in an email - Drag the appropriate merge field to the email from the merge field selector in your email template. If you type the merge field on your own, you’ll leave room for error. - Double-check that you’re including the proper merge field. Does this field export a value when you run a Query? ### Pre-flight Check Decision-Related Warning - Certain keywords in your email may trigger a message stating that you might be sending a decision-related email. If you’re getting this warning, it may be simply because your email contains words such as “admit,” “congratulations,” “decision,” and “enrolled.” It’s always good to double-check. ### Deliver Email Was Not Sent - It might sound silly—but make sure you have the email merge field included in the Recipient field of your email. It happens to the best of us. - Check your Query Run. Did you run your live query before sending the email? If so, you’ll want to delete the Query Run. If you don’t, those records will not be included when your query runs and email sends. Memo includes "deliver" if query was executed by Deliver. - The recipient field has a limit of 256 characters. If multiple email addresses are being entered or merged as the recipient, be sure to avoid a list that surpasses 256 characters. ### System Email Won’t Send - Make sure your system email is active, has an email merge field in the Recipient Field, and has a message in the body of the email. - Make sure that you have not typed in a custom merge field into the body of the System email. System emails are meant to be simple. ### Error message when sending: Message contains one or more tracking links from another message - This error message will display if the message contents are copied/pasted from another message that had been sent already through Slate. - If you edit the message and double-click on the links, you'll see that they're pointing to tracking URLs (containing a host like mx.technolutions.net). You'll instead want to point them to the actual destination websites, since you don't want recipients on this mailing to be tracked on another mailing. ### Delivery Statistics Disappear? - Did the statistics from a mailing already sent seem to "disappear"? If a message has been stopped and the delivery end date is removed, Slate treats this as a mailing that is "not running," rather than a mailing which is "completed." - Simply enter the date you stopped the mailing (or a date in the past that is after the mailing was stopped) in the "stop date/time" field under "send mailing" and click "save settings." The previous delivery statistics are now returned. - A message that is "not running" is considered to be a message that is being built, ie, not yet sent, or, not previously sent. Therefore, the delivery statistics are treated as no longer relevant/applicable and they are hidden. ### When should I use a Suppression List? - The ONLY time one should use a Suppression List in a Deliver mailing is when you need to exclude a population that cannot be identified with query filters. In other words, a random list of recipients needs to be excluded, and the only way to exclude them is to upload their email addresses in a spreadsheet. - Example: The dean has personally emailed a handful of applicants to invite them to an event. The list of students is sent to you, but otherwise you have no way to identify these applicants and prevent them from receiving a second, generic invitation mailing. You would upload a spreadsheet with these names as a suppression list. - It is not recommended to use a live query for a suppression list to exclude groups of people when creating an "ongoing" deliver campaign. Live queries set as suppression lists do not work in the same fashion as Include lists do in an ongoing mailing, therefore, they should not be used. - A simple way to avoid using the suppression list and exclude a group of people with a filter (that may not have an IN/NOT IN operator) is to add that filter in the Inclusion query, then click “Arrange Filters”, and then add a NOT operator. ### Why won’t my {{link}} merge field work? OR What is the protocol used for when inserting a hyperlink? - When using a hyperlink destination determined by a merge field (e.g. {{link}}) you must select “” as the protocol. - The merge field already inserts a complete URL, including the “http” or “https” protocol. ### How can I send a link to a form in an email and have the form populate the student’s information? - By sending a "person" parameter with the unique identifier (oftentimes called a "Prospect ID" or "Person ID" in Slate---this is different than their Slate ID and is a 32-byte GUID), any system fields on the form will be prefilled for the registrant, and the submission of the form will update that specific record. - If a form is embedded on the page http://myuniversity.edu/my-form.html, to prefill a form for a specific student you would link to the following address in your email message, provided that Prospect-ID is a merge field in your mailing: http://myuniversity.edu/my-form.html?person={{Prospect-ID}} If your webpage already includes a query string parameter, you will need to append this additional parameter with an ampersand (&) instead of a question mark. - "form_EXPORT" - By sending a parameter like "form_sys:first" or "form_myOtherField", you can prefill a form field with a specific value. This can be used on embedded forms with the new "invisible" flag set to prefill a program of interest, for example, where the form is embedded on that program's website. - If you want to prefill a program of interest with an export label of sys:program and a value of "Chemistry": ```xml