But when I send the campaign mail the result is the text "someURL?email=[email]", without the substitution of the subscriber mail address so the final link goes to:
I don't know if that tasks are enought and the link should work.
I have set the [email] param out of the link "href" attribute and it works fine, but it is still does not working into the "href" attribute.
Today I'm trying the same as Raul and in fact when I insert something like 'http://someURL?email=[email]' in the newsletter content, it seems to work in the Preview mode as it changes to 'http://[email protected]' but then when I select the Send email right now and I receive the email, it comes as 'http://someURL?email=[email]' :(
Thanks alot for yor reply - i'm using 2.1.0. I'm not a strong backend coder and we use Newsletter Studio alot, so i'm a bit hesitant to upgrade, as we har some custom code and subscription providers...
When upgrading will I just have to add the subscriptionProviders again? Will all Setting, skins, stats and newsletter be intact etc? Is it possible to rollback if it doesn't work?
I guess that your issue is that you're on a quite old version that does not have this fix.
I would strongly recommend upgrading in a development environment first and make sure to have propert backups of both database and files before performing a upgrade of the production system. Things should be intact and your subscription provider should still work but one have to test the upgrade to know for sure.
NewsletterStudio: Custom Field [email] into link URL
Hi,
I am trying to insert the subscribers email into a link URL of a Newsletter Studio Template, this way:
LinkText
But when I send the campaign mail the result is the text "someURL?email=[email]", without the substitution of the subscriber mail address so the final link goes to:
http://someURL?email=[email]
and I need to obtain the next result:
http://[email protected]
Is it possible to insert that email custom Field into the newsletter studio link URLs.
Thanks in advance!
Hi!
Hmm.. [email] should be replaced with the receivers e-mail. Do you have all the render tasks set up in /config/newsletterStudio.config?
Do you send to Umbraco members? If that's the case you can use merge fields from custom properties on the member.
Please have a look here: http://support.newsletterstudio.org/customer/portal/articles/2115462
Hi!
This exactly campaign is not for current application members, so I can't use those member properties. It's a pitty...
The render tasks I have configured are the next ones:
I don't know if that tasks are enought and the link should work. I have set the [email] param out of the link "href" attribute and it works fine, but it is still does not working into the "href" attribute.
Thanks a lot for your response!
Hi!
That should work - are you sure that the editor don't change the [ and ] to some html-escpaded thing?
Hi, we tested a lot of different options and no results. We used html-entities, just the email, and html-escaped, and nothing... :(
Hi!
What version of the package are you running? Does other tracking work? Ie. click tracking etc?
Hi! No click tracking right now.
The version is 2.1.4 for Newsletter Studio.
Thanks!
Hi!
Can you share your render task configuration?
Edit: Found in /condig/newsletterStudio.config
/ m
Hi Markus,
Today I'm trying the same as Raul and in fact when I insert something like 'http://someURL?email=[email]' in the newsletter content, it seems to work in the Preview mode as it changes to 'http://[email protected]' but then when I select the Send email right now and I receive the email, it comes as 'http://someURL?email=[email]' :(
I have all the rendering tasks that you have here https://www.newsletterstudio.org/help/configure-newsletter-studio/default-newsletterstudioconfig/
Any ideas? =\
The NS version is 2.1.7
Hi all,
Did any of you figure this out, as i'm having the same problem and have a big sendout where i need to include [email] in a link/href tommorow :-/
Any help would be much appriciated - TIA!
Hi horsted!
What version of Newsletter Studio are you using?
A assume you have tried including the email in the link with the same result as ie. Nandoh?
// m
Update:
I just tried to replicate this issue on Newsletter Studio 2.1.9.8 but in my tests the email get's replaced.
The content of the email is very simple:
I tried both sending from the Newsletter-section and from the content section.
Latest version can be downloaded here: https://our.umbraco.com/packages/backoffice-extensions/newsletter-studio-the-email-studio/
Hi Markus,
Thanks alot for yor reply - i'm using 2.1.0. I'm not a strong backend coder and we use Newsletter Studio alot, so i'm a bit hesitant to upgrade, as we har some custom code and subscription providers...
Our config looks like this...
When upgrading will I just have to add the subscriptionProviders again? Will all Setting, skins, stats and newsletter be intact etc? Is it possible to rollback if it doesn't work?
Thanks, Casper
Hi!
I guess that your issue is that you're on a quite old version that does not have this fix.
I would strongly recommend upgrading in a development environment first and make sure to have propert backups of both database and files before performing a upgrade of the production system. Things should be intact and your subscription provider should still work but one have to test the upgrade to know for sure.
Some more info: https://www.newsletterstudio.org/help/upgrading/upgrading-newsletter-studio/
Unfortunately I don't have the option of testing it out in a dev environment first, but I can restore the files, so I'll give it a go 🤞
Last question - will upgrading make database changes to the NS tables?
Thanks again and have a nice evening :-)
is working on a reply...