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

let-1’s picture

Under 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.

let-1’s picture

Issue summary: View changes

added info