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

CommentFileSizeAuthor
Untitled.png188.74 KBjpjoshua

Comments

ParisLiakos’s picture

Please update to the latest version.I would even suggest using the dev one:)

beta2 is really old

jpjoshua’s picture

Version: 7.x-1.0-beta2 » 7.x-1.0-beta6

Hi rootatwc,

Extremely sorry , the version is beta 6 and not beta 1 . Sorry my mistake .

please suggest further ,

Thanks in advance .

Regards

Joshua

ParisLiakos’s picture

:) its ok.
can i have the code of your template?

jpjoshua’s picture

Hello [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

ParisLiakos’s picture

  • Unsubscribe is not a link in the template,so its not in the newsletter:)
  • Did you send the newsletter from create-send tab?Use different templates than the automated ones for custom and not recurring newsletters:)
jpjoshua’s picture

Hi ,

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

ParisLiakos’s picture

In 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

ParisLiakos’s picture

Status: Active » Closed (works as designed)