Skip to content

Message stack and email lists (no user accounts required) #104

@vever001

Description

@vever001

Hello,

We are currently using a combination of Simplenews and Subscriptions on a D7 website.
I'm currently investigating the possibility to change to a better, future-proof, approach and I thought about the Message stack.

However Simplenews provides a really convenient feature: lists of emails (no account required and also matches with existing accounts as well) and we don't want to loose this nor create "fake" users.
I had a look at the session_api but it doesn't seem to be of any help in my case.

I've been reading most of the code from the message stack modules including flags.
I'm thinking about creating a module on top of message and message_notify and not to rely on message_subscribe.
Flag which is used to get the recipients would then be replaced by mailing lists

I would create 2 custom entities to achieve this:

  • a subscriber entity containing a mail property
  • and a subscriber_list entity to... create mailing lists
    Then link subscriber lists to message entities.

Anyone had similar requirements or could give some suggestions/help?

Thank you very much,
Hervé

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions