0
votes
1answer
144 views

Rails simple Newsletter / Mailing List with notification of new search results via email

My users can save their preferred searches. Now I need to give them the possibility to subscribe to them in order to receive an email notification whenever new search results are available (like on ...
3
votes
3answers
549 views

Handling undelivered emails using Zend Mail

I'm sending newsletter using Zend Mail. I have used setReturnPath() to put all undelivered mail notifications in one place. And what now? How to get the list of addresses which were unreachable? ...
2
votes
6answers
7k views

I need a recommendation for a Wordpress Newsletter/Mailing list plugin

Looking for a recommendation on a simple newsletter plugin for Wordpress. It needs to have a signup box with email, name, etc.. and then a back-end for viewing these email addresses and sending ...
3
votes
2answers
3k views

Mass mailing HTML-newsletter in Asp.Net

I'm developing a site where I need to send HTML newsletters to a mailing-list. I have build a html frame where I have my "View in browser" and "Unsubscrib" links (which of cause will vary). In the ...