eMarket Solutions Knowledgebase

View Articles by Category

There are no sub categories
Add an article to this category

Category » Technicalrss button

Technical Questions

There were 7 articles found in this category:

  1. questionHow do I copy and paste in the wysiwyg in FireFox ?
    Step 1. Type in about:config into the URL bar in your FireFox browser and press enter. Step 2. Scroll down until you see the following option in the list: "signed.applets.codebase_principal_support" Double click that option and it will turn bold indicating that it is now on. Step 3. Go back ...
  2. questionAll my emails are getting picked up as spam because they have a script tag in it. How can I fix that ?
    If the emails going out all have the following code in them <script charset="utf-8" id="injection_graph_func" src="chrome://skype_ff_toolbar_win/content/injection_graph_func.js"> </script> Then that is a result of the skype toolbar mucking up the content that the wysiwyg. The easie ...
  3. questionI am manually adding subscribers, but I can't find where to add their first name, last name etc?
    Firstly, you'll need to create the first name, last name and any other fields that you'd like as "Custom Fields". Custom fields are any fields or 'data' that you wish to collect from your subscribers. You can then use these custom fields in your newsletters when you send them out. Once they hav ...
  4. questionHow do I customise an error page?
    To customise a subscriber form error page, it should be a php page (you can also use asp, asp.net, jsp or any other language you are familar with). To display the error message(s), add the following code: <?php $errors = urldecode($_GET['error']); echo $errors; ?> into your page. This can ...
  5. questionHow can I make the Unsubscribe shorter and cleaner?
    To make the unsubscribe link in SendManager shorter and look cleaner: - Create your text (for example "Click here to unsubscribe"). - Highlight it to create a link. - Click the "Link" button in the WYSIWYG editor and put %BASIC:UNSUBLINK% as the URL. and you're done! The next time you send out ...
  6. questionHow can I create my own unsubscribe link with my own words, or an unsubscribe image?
    Create your text (eg 'Click here to unsubscribe'). Highlight it (like you would when you create a regular link), click the Link button and put '%BASIC:UNSUBLINK%' as the URL.
  7. questionHow can I add custom fields to my newsletters or templates created outside of SendManager, eg. in Frontpage or Dreamweaver?
    Simply copy the tags used in SendManager into your HTML file to add these custom fields. So to begin, create a dummy newsletter in SendManager and click on the "Insert Custom Field" option. A new window will pop open with a list of the custom field options you can enter. Simply copy and paste t ...