Hello,

Our university requires us to use their mailing list server for drupal mailings, which means I need to write the recipient list into a file and then send a mail to one single mail address. This mail will then be redistributed by the mail server according to the text file that has been written.

In the old version of subscriptions, I knew more or less how to handle this, but in the new version, I am a bit lost. Which part of the code (which module) should I modify to make an intelligent patch?

Is there a technical possibility of differentiating at some point where the subscription "came from"? If I got the message right, there is some link with the event module (in my case the subscriptions_taxonomy.module). Is it possible to know which taxonomy term (let's assume there is only one) fired the event?

Thank you very much for your help, I will try to help back by testing the beta3 as much as I can. The rewrite looks awesome.

Have a nice day,

Felix.

Comments

salvis’s picture

The idea is that subscriptions_mail (which cooperates closely with mail_edit) should be replaceable, exactly for cases like yours. Let us know how it goes.

I don't quite understand what you mean with "where the subscriptions came from." Create some subscriptions items and look at the subscriptions_queue table — that's the information you have to work with.

salvis’s picture

Status: Active » Closed (fixed)
felixsmile’s picture

Version: 5.x-2.0-beta3 » 5.x-2.0-beta12
Status: Closed (fixed) » Closed (duplicate)

Thank you for your answer, salvis, I very much appreciate your help (and I'm sorry I didn't reply due to my incorrectly configured subscriptions...)

Anyway, I just wanted to "close the circle" because I had already opened another issue (I had forgotten this one) to apologize for my crossposting...

Here is the more recent discussion:

http://drupal.org/node/216995

Have a nice day,

Felix.