Newsletter tokens

This forum is only for questions or discussions about working with the mojoPortal source code in Visual Studio, obtaining the source code from the repository, developing custom features, etc. If your question is not along these lines this is not the right forum. Please try to post your question in the appropriate forum.

Please do not post questions about design, CSS, or skinning here. Use the Help With Skins Forum for those questions.

This forum is for discussing mojoPortal development

This forum is only for questions or discussions about working with the mojoPortal source code in Visual Studio, obtaining the source code from the repository, developing custom features, etc. If your question is not along these lines this is not the right forum. Please try to post your question in the appropriate forum.

You can monitor commits to the repository from this page. We also recommend developers to subscribe to email notifications in the developer forum as occasionally important things are announced.

Before posting questions here you might want to review the developer documentation.

Do not post questions about design, CSS, or skinning here. Use the Help With Skins Forum for those questions.
This thread is closed to new posts. You must sign in to post in the forums.
2/21/2013 7:05:13 AM
Gravatar
Total Posts 32

Newsletter tokens

Hi,

In the newsletter I want to use the token #unsubscribe#.

How do I use this?, Where is the link defined for the user to unsubscribe?

Thanks,

Lynton

2/21/2013 10:31:29 AM
Gravatar
Total Posts 2239

Re: Newsletter tokens

Hi Lynton,

To use the token, simple place #unsubscribe# where you want the unsubscribe link to be inserted. You do not need to create the link, just put the token where you want the link and it will be inserted automatically by mojoPortal when you send the newsletter.

Note that the tokens will not be replaced when you click the "Send Preview" button, only when you click the "Send To Subscribers" button.

HTH,
Joe D.

2/22/2013 3:20:19 AM
Gravatar
Total Posts 32

Re: Newsletter tokens

Thanks Joe,

I figured it out by debugging the code... The problem was I had it included in the HTML version but I had a blank text version of the newsletter. Without generating a text version, I just inserted the token into the text version and it worked.

Regards,

You must sign in to post in the forums. This thread is closed to new posts.