Update 3.5.1

Fix: When an email opened via "View in Browser" the links such as "Unsubscribe Me" no longer worked.

Update 3.5.0

New: When sending an email campaign you can now merge to memberships with specific filters on status, expiry, etc. and the recipient will be the member.

New: When sending an email campaign you can now set up a custom merge to any collection item with a property related to a user. For example, merge to payments and the recipient will be the trading entity. This could be used to send out thank you for your payment letters.

New: When sending an email campaign the "View in Browser" has been added to the email output by default.

New: Can now merge the email subject using expressions in the subject. The expressions must be enclosed by ASP code block tags "<%=" and "%>". However, the expression must still be VB Script for now. Here are some examples:

  • Happy Birthday <%=FirstName%>
  • <%=Member.FirstName%> your membership to <%=Group.Title%> is expiring on <%=PropertyValueFormatted("ExpiresOn")%>

Fix: Unnecessary reloading of HTML for each email sent has been eliminated which will speed up the output and decrease memory and CPU usage.

Update 3.4.18

Fix: When resending an email campaign in the same session it is possible that the recipients will receive it again.

Update 3.4.17

Fix: Modified system folders names in URLs throughout to be in lower case and modified robots.txt to only accept lowercase.

Update 3.4.16

Fix: Robots.txt was blocking scripts and stylesheets from being loaded by the search engines when indexing.

Update 3.4.15

New: Added property Style Classes to Menu Item. This allows you to add CSS classes for styling.

Fix: Found unnecessary recalling of function which would have slowed the application and taken valuable processing power.