2

We need a mailing list package similar to Python Mailman. I'd use Mailman except for one thing: we want to link the subscriber list to a table in our MySQL database. We want people to be able to opt in/out and control delivery options directly from our site in addition to via the email interface. I don't think Mailman has an easy way to link to an MySQL table.

George Stocker
  • 57,289
  • 29
  • 176
  • 237
Doug Kaye
  • 1,565
  • 5
  • 23
  • 32

2 Answers2

4

Do either of these posts answer the question?

Simple/lightweight alternative to GNU Mailman?

Does LISTSERV have an API?

Community
  • 1
  • 1
Ken Gentle
  • 13,277
  • 2
  • 41
  • 49
3

There is a MySQL member adapter in

https://sourceforge.net/tracker/?func=detail&atid=300103&aid=839386&group_id=103

I haven't tried it, and from the readme, it seems you'll need some Python expertise to use it, however, there are also comments in the tracker by other people who have successfully used it.

Martin v. Löwis
  • 124,830
  • 17
  • 198
  • 235