Active
Project:
Simplenews
Version:
7.x-1.0
Component:
Usability
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
3 Apr 2013 at 10:32 UTC
Updated:
21 May 2013 at 18:18 UTC
I have a simplenews subscription block for the anonymous users of my site. When they enter their name and email address and hit subscribe, a mail is sent to their email ID for confirmation. It is a single confirmation email.
When i see the mail it displays the variable names that i am using.
For eg :
1) The subject of the mail is Confirmation for !newsletter_name.
2) please use the link below, then click "Subscribe" on the web page that will open: !confirm_subscribe_url
I am using D7 now after a conversion from D6 to D7. This problem was not present in D6 version of the site. How can i get this fixed ?
Comments
Comment #1
let-1 commentedUnder Home » Administration » Configuration » Web services » Newsletters » Settings
1) Try replacing !newsletter_name with [simplenews-category:name] in the subject line
2) Try replacing !confirm_subscribe_url with [simplenews-subscriber:subscribe-url] in the body text of subscribe email.
Comment #1.0
let-1 commentedadded info