Hi ,
I have installed the newsletter module , there were no errors during installation ,But when I sent a sample newsletter there seems to be some issues in the received mail .
1)Name of the person should be displayed after "HI" instead of the e mail address
2)nodes are not etting displayed (dont know what is [repeat][repeat]
3)there is no unsubscribe link .
Please help me on this ,
Regards
Joshua
Please find the file attached
| Comment | File | Size | Author |
|---|---|---|---|
| Untitled.png | 188.74 KB | jpjoshua |
Comments
Comment #1
ParisLiakos commentedPlease update to the latest version.I would even suggest using the dev one:)
beta2 is really old
Comment #2
jpjoshua commentedHi rootatwc,
Extremely sorry , the version is beta 6 and not beta 1 . Sorry my mistake .
please suggest further ,
Thanks in advance .
Regards
Joshua
Comment #3
ParisLiakos commented:) its ok.
can i have the code of your template?
Comment #4
jpjoshua commentedHello [newsletter:subscriber_email],
Here is what's new on www.mywebsite.com over the past few days. Your comments and feedback are always welcome.
[repeat]1.[node:title] -[node:created]
[node:summary]
[/repeat]
Sincerely,
www.mywebsite.com Team
--
You are receiving this email because on [newsletter:subscription_time] you subscribed to receive our newsletter list : [newsletter:list_name].
You can unsubscribe by clicking the link below:
Unsubscribe
Comment #5
ParisLiakos commentedComment #6
jpjoshua commentedHi ,
I followed your instructions and created a new one .
Hello [newsletter:subscriber_firstname],
Here is whats new at example.com!
[node:changed:medium]
----
You are receiving this email because on [newsletter:subscription_time] at [site:url] you subscribed to receive our e-newsletters.
You can unsubscribe via the link below:
Unsubscribe
issues 1 and 3 are resolved now ,
I am able to receive the newsletter in below format , it adresses the user by name ( instead of E mail )
And also the un scribscribe link is working .
But issue 2 is still there - users are not getting the links of nodes that were published .
Please find the actual content of the received newsletter below .
Hello john,
Here is whats new at example.com!
----
You are receiving this email because on Sunday, March 4, 2012 - 21:05 at http://www.example.com/ you subscribed to receive our e-newsletters.
You can unsubscribe via the link below:
Unsubscribe
Comment #7
ParisLiakos commentedIn order to have automatically added content your newsletter needs to be recurring..that is to be Daily, Weekly, Monthly, Manual or Custom send rate.You also need to have the [repeat] [/repeat] tags for this to work.
Static newsletters created from Create/Send tab dont get content automatically.Create newsletters from create/send tab for non-dynamic content.
To create a recurring newsletter:
1) create a template and add terms to it.
2) create a list and choose the template and the send rate.(lets say Daily)
3) subscribe yourself to this list.
4) create a node that belongs to one term you select for newsletter template.
5) run cron.A newsletter will be sent to you.
6) next day the newsletter will be resent with all the new nodes that got published (if any) for the selected terms
Comment #8
ParisLiakos commented