First - thanks for this module its great.
I am rebuilding an old static website into a shiny new Drupal CMS. I have successfully imported the text of old newsletters sent out using the old non-drupal website. These are now all in http://localhost/drupal/admin/content/newsletters/notsent with the date of original sending on the old system correctly shown as date created. Is it possible to mark these as sent in Drupal without resending these old newsletters out again?
Comments
Comment #1
sutharsan commentedIn the database table simplenews_newsletter set the s_status field to 2.
Comment #2
david@thrale.com commentedWorked like a dream - thank you very much.
Comment #3
sutharsan commented@stuckagain: when you started an issue and your problem is solved, you can set the status to fixed.
Comment #4
david@thrale.com commentedI didn't know that. Thanks for telling me. I guess I should now check my old queries elsewhere on Drupal to update their status - thanks.