Closed (won't fix)
Project:
Simplenews
Version:
6.x-1.x-dev
Component:
Usability
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
9 Apr 2009 at 15:37 UTC
Updated:
7 Sep 2016 at 11:29 UTC
Jump to comment: Most recent
Comments
Comment #1
mcload commentedNot possible?
Comment #2
RAFA3L commentedYes, would be nice send the same newsletter every week, for example.
I discover that I can embed views like:
So the possibility to send the last articles, news or any other filtered content automatically every week would be wonderful!
Comment #3
Jackinloadup commentedsubscribing
i know having the ability to send a "sent" newsletter to a few extra emails would be extremely useful. I get asked to do this all the time. What ends up happening is all those extra people getting a "test" newsletter. Which is less then ideal.
Comment #4
wOOge commentedSubscribing — would be great if we could do this.
I'm also using embedded views and would like to send out the same email every week using a "resend" function.
Comment #5
wOOge commented... or maybe Send a Copy — that way you can create a new issue, from a previous mailing.
Comment #6
jeff h commentedhttp://drupal.org/project/simplenews_scheduler - but that's still only for D5.
Comment #7
whan commentedSubscribing
Comment #8
delapohl commentedsubscribing
Comment #9
eff_shaped commentedsubscribing
I just realised this was a possible requirement for my site and wondered why it wasn't available.
Comment #10
edgar saumell commentedSubscribing
Comment #11
miro_dietikerSending a newsletter is a one-way option.
If you decide to resend a newsletter with the same content to the same audience, this is spam.
If you want to resend a newsletter (with updated content) - in my opinion - you're sending a different newsletter. So: Please add a new one. You might want the copy function for that which should mark the new node unsent.
#936982: Clone of simplenews node that has been sent
A newsletter should - after the sending process - always display the content on sent state. So a "previous newsletter" history should display correct.
To sum up: There's no need to resend a newsletter.
Am i missing something?
Comment #12
edgar saumell commentedHi Miro,
In my case I sent the newsletter and unfortunatelly it didn't got the simplenews-newsletter-* tpl.php files, then I had to troubleshoot why and send the newsletter again. So I needed to resend it. To do it I had to modify the database.
In that case I think it wasn't spam since the two newsletters had diferent content provided by tpl.php files. Anyway I don't think sending a newsletter twice to the same audience has to be considered spam, as the audience is subscribed to the newsletter, it's just a duplicated mail, isn't it?
Edgar.
Comment #13
miro_dietikerI strictly consider receiving the same mail content again (so enforcing me to read it again) as SPAM.
Note that an option to clone the newsletter would be perfectly fine for you to "resend" a second item.
I'll push that supporting code into cvs in a few minutes.
Reworking template files seems a development issue case where i don't mind you needed to modify the database to find a workaround for your resend issue. For regular processes this should never happen as the template is (hopefully) no work-in-progress.
Comment #14
hyates commented@miro_dietiker I agree that receiving the same content twice is spam. In my use case however we send news releases to our media contacts with simplenews and we sometimes have mistakes happen and have to resend to make sure that our media contacts and subscribers have the accurate information. In this case this is NOT spam with content that is most times very similar except for a simple word change, because the only way to resend a newsletter is to update the database I have to set it and my content editors cannot. I dont see any reason to create a second node with almost the exact information in it and unpublish/delete the original node. An option to resend is a much more graceful solution in my opinion.
If this feature doesn't get added I will probably patch the module myself since it would greatly improve the module for my own use case.
Comment #15
simon georges commentedNo activity in a long time. Closing. Please reopen if you still need this, in a more recent version of the module.
Comment #16
simon georges commentedComment #17
Wolfgang Reszel commentedI added the following code to my custom module. It will alter the Send form, so you can reset the send status.
Comment #18
llribas commentedIs this custom module code for drupal 7?
Can you provide a version for simplenews 6.x-2.x?
Thank you
Comment #19
Wolfgang Reszel commentedSorry, I don't use D6. Maybe you could just try it.
Comment #20
llribas commentedI tried, and the first function: simplenews_newsletter_load(); is from simplenews API 7.x.
In drupal 6 it says: unknown function.
Maybe someone can adapt the code for drupal 6, it's a nice functionality the "reset button".
By the moment I used this solution: http://drupal.org/node/121750#comment-2841444
(not clean as yours)
thank you
Comment #21
jday commentedWhen you resend a newsletter, does it go to the entire list again or just the new subscribers who did not get the first mailing? We've added subscribers and want to send them a email that was sent last week but we don't want everyone who already received it to get it again.
Comment #22
Wolfgang Reszel commentedIt will resend the newsletter to the whole list.
Comment #23
Wolfgang Reszel commentedComment #24
andrii_svirin commentedD7
Comment #25
santilopez commentedCode in #17 works for me.
Comment #26
rcodina@parashutiki Can you explain the reason for the differences between your code and the one posted on #17?