April 29th 2009 PDT
Hello, I am trying to create a new list via the Dadamail API. I am using the DADA::MailingList Create method. However, when I create the list, only 4 fields are being inserted into the database (list, admin_menu, cipher_key, fallback_field_values). I checked the LIST_SETUP_DEFAULTS variable, and it contains all the elements. However, for some reason, these aren't being loaded into the database. (MySQL backend). Why is this occurring? --Samer ...Continue Reading
April 29th 2009 PDT
I am facing this problem myself at the moment. However, I have to figure out a solution yet. Taking a look at the mysql backend, the database design is a bit weak. There should be a table for subscribers, a table for lists, and another table that maps subscribers to lists. Currently, if I need to email multiple lists, a user who has subscribed to multiple lists will receive the same message more than once. However, with a better database design, it would make this much easier. I am willing to work on the backend dat ...Continue Reading
April 29th 2009 PDT
I keep running into the following scenario and was wondering if anyone else has dealt with this yet.Organization has multiple lists.� They want to send out an email blast to all lists or select which lists to send to with one simple send instead of copying and sending a message to each list.� I was handling this for one client by adding hidden user fields so they have 1 list.� That way when they send, they choose who to send it to with the filters.� They then have issues with manually adding new names.� It's a politi ...Continue Reading
April 28th 2009 PDT
FWIW, There is now an untested dev 3.1 modded version at http://www.harrisonhills.org/files/File/dada_bridge.31a.zip (I use 3.0.3 and this seems to work under it) Dave Leffler -----Original Message----- From: Justin J [mailto:justin@PROTECTED] Sent: Saturday, April 25, 2009 14:15 To: [list_settings.list_name] Subscriber Subject: [dadadev] Dada Bridge w/moderation enhancements This was recently posted to the boards: http://www.harrisonhills.org/files/File/dada_bridge.304.zip It's a copy of Dada Bridge, with many ...Continue Reading
April 28th 2009 PDT
----- Original Message ----- From: "Justin J" To: "[list_settings.list_name] Subscriber" Sent: Tuesday, April 21, 2009 11:10 PM Subject: [dadadev] Re: Default Values for New Lists > >> At 3:45 PM -0400 4/21/09, Frans Gouverne wrote: >>> Did you select a list to clone? If so, does the error also shows up >>> when you >>> do not clone? >>> Is there a string named "864313574052" somewhere in your config file? >>> Do you use your existi ...Continue Reading
April 25th 2009 PDT
This was recently posted to the boards: http://www.harrisonhills.org/files/File/dada_bridge.304.zip It's a copy of Dada Bridge, with many of the enhancements I wanted to work on: http://dadamailproject.com/fundraiser.html#dada_bridge__moderation_enhancements I still haven't tried it out myself, but I wanted to get a heads-up to everyone. I'm not sure what to do with these enhancements: my guess is that I'll fold them into Dada Bridge for 3.0.3 and polish a few things I don't like and call it good - I may ...Continue Reading
April 24th 2009 PDT
When I press the blue "[?] Monitor Your Mailings" help button I get the error below in Pro Dada version 3.0.3 Stable: A temporary configuration problem I guess? Software error: Can't locate HTML/Parser.pm in @INC (@INC contains: ./ ../ /home/simoni/perl/usr/lib/perl5/site_perl/5.8.8 /home/simoni/perl/usr /home/simoni/perl/usr/lib/perl5/site_perl/5.8.8/auto /home/simoni/perl/usr/lib/perl5/site_perl/5.8.8/mach/auto /home/simoni/perl/usr/lib/perl5/site_perl /home/simoni/perl /home/simoni/perllib/i386-fre ...Continue Reading
April 23rd 2009 PDT
----- Original Message ----- From: "Justin J" To: "[list_settings.list_name] Subscriber" Sent: Tuesday, April 21, 2009 11:20 PM Subject: [dadadev] Re: Default Values for New Lists > >> On Apr 20, 2009, at 2:52 PM, Frans Gouverne wrote: > >>> ----- Original Message ----- From: "Justin J" >>> >> > >>> Frans - have you tried running the test suite on your fork? I'm >>> curious on what comes back, >> >> Very misterious: ...Continue Reading
April 21st 2009 PDT
> On Apr 20, 2009, at 2:52 PM, Frans Gouverne wrote: >> ----- Original Message ----- From: "Justin J" > > >> Frans - have you tried running the test suite on your fork? I'm >> curious on what comes back, > > Very misterious: the first time I was able send a mail formatting > test, I actually did receive the test email with your pictures in > it. But the next time I got: > > Undefined subroutine &main::send_email_testsuite called at mail.cgi > line 65 ...Continue Reading
April 21st 2009 PDT
On Apr 21, 2009, at 10:02 AM, Samer Bechara wrote: > Is it possible to have this feature accessible via API ? In Frans's example, it is, at least in the Perl API. Something like: use DADA::MailingList; DADA::MailingList->Create( { -list => 'mynewlist', -settings => { list_name => "My New List Name!", info => "this is my list's description!", # etc, }, -clone => 'myoldlist', } ); The, "-clone" argument just needs the list short name of the li ...Continue Reading
Start a new thread, email: dadadev@dadamailproject.com
This is the developer discussion mailing list for Dada Mail.
If you are just looking for support Dada Mail, consult the message boards at:
https://forum.dadamailproject.com
Documentation for Dada Mail:
Specifically, see the Error FAQ:
https://dadamailproject.com/d/FAQ-errors.pod.html
To post to this list, send a message to:
mailto:dadadev@dadamailproject.com
All subscribers of this list may post to the list itself.
Topics that are welcome:
Dada Mail is on Github:
https://github.com/justingit/dada-mail/
If you would like to fork, branch, send over PRs, open up issues, etc.
This Privacy Policy is for this mailing list, and this mailing list only.
Email addresses collection through this mailing list are used explicitly to work within this email discussion list.
We only collect email addresses through our Closed-Loop Opt-In system.
We don't use your email address for any other purpose.
We won't be sharing your email address with any other entity.
Unsubscription can be done at any time. Please contact us at: justin@dadamailproject.com for any help regarding your subscription, including removal from the mailing list.
All mailing list messages sent from us will include a subscription removal link, which will allow you to remove yourself from this mailing list automatically, and permanently.
All consent to use your email address for any other purpose stated at the time of the mailing list subscription will also be revoked upon mailing list removal.