Dada Mail Developers Archives

 

New Modal Window Subscription Form Idea

July 8th 2020 PST

Hello everyone, I'm working on trying to make subscriptions easier for people to integrate into their website. Subscription forms have been getting a little unwieldy, what with profile fields, captchas, consents, etc. My idea is to have a simple-as-can-be (which is still filled with bells/whistles) subscription form available for someone to then use as they see fit. So, if they want to just link to the screen that has it, they can - like this: https://dadamailproject.com/cgi-bin/dada/mail.cgi/modal_subscribe_landing/ ...Continue Reading

v11.10.3 Released - (Amazon SES Fix)

June 28th 2020 PST

Hello everyone, v11.10.3 has the fix for Amazon SES's deprecated of Signature Version 3, which Dada Mail was using. Dada Mail now supports Signature Version 4. Anyone using Dada Mail with Amazon SES will want to pay attention. On September 30th, support for Signature Version 3 will be deprecated. Best thing to do is upgrade, but you can copy over the following files: https://raw.githubusercontent.com/justingit/dada-mail/master/dada/DADA/perllib/Net/Amazon/SES.pm https://raw.githubusercontent.com/justingit/dada-mail/mas ...Continue Reading

Re: can't update email address

June 23rd 2020 PST

Perfect, thanks.Mary AnnOn Jun 23, 2020, at 5:51 PM, Justin J justin@PROTECTED [Dada Mail Developers] <dadadev@PROTECTED> wrote: From: justin@PROTECTEDHere is the issue: https://github.com/justingit/dada-mail/issues/942 and here is the diff for the one-line fix:https://github.com/justingit/dada-mail/commit/42a15ffd662e5c7116f07557ca8f9c657f19e981 ...Continue Reading

Re: can't update email address

June 23rd 2020 PST

Thanks, Justin. Would it be an easy patch if I’m not ready to update to the latest version?Mary AnnOn Jun 23, 2020, at 4:53 PM, Justin J justin@PROTECTED [Dada Mail Developers] <dadadev@PROTECTED> wrote: From: justin@PROTECTEDLooks like I can easily recreate the problem; I'll open up an issue about it, and fix it for the next release, ...Continue Reading

Re: can't update email address

June 23rd 2020 PST

Here is the issue: https://github.com/justingit/dada-mail/issues/942 and here is the diff for the one-line fix: https://github.com/justingit/dada-mail/commit/42a15ffd662e5c7116f07557ca8f9c657f19e981 -- Justin J: Lead Dadaist.url: http://dadamailproject.com email: justin@PROTECTED twitter: @dadamail skype: leaddadaist Dada Mail Announcements:http://dadamailproject.com/cgi-bin/dada/mail.cgi/list/dada_announce/ On Jun 23, 2020, at 2:52 PM, Justin J justin@PROTECTED [Dada Mail Developers] dadadev@PROTECTED wrote: Fro ...Continue Reading

Re: can't update email address

June 23rd 2020 PST

Looks like I can easily recreate the problem; I'll open up an issue about it, and fix it for the next release, -- Justin J: Lead Dadaist.url: http://dadamailproject.com email: justin@PROTECTED twitter: @dadamail skype: leaddadaist Dada Mail Announcements:http://dadamailproject.com/cgi-bin/dada/mail.cgi/list/dada_announce/ On Jun 23, 2020, at 5:50 AM, Mary Ann Kelley maryann@PROTECTED [Dada Mail Developers] dadadev@PROTECTED wrote: From: maryann@PROTECTED I’m running version 11.4.4 stable. I’m trying to update an ema ...Continue Reading

Re: can't update email address

June 23rd 2020 PST

Additional info - in testing this with my own address that is subscribed, I get the following result… when I click Update, I get the “No mailing lists or sublists validated” error. When I click Update on Multiple Mailing Lists, two of the lists have checkboxes for subscribers, and two of the lists give the message “subscribers has problems with updating:" Is it a setting I have enabled on those two lists that isn’t enabled on the other two?Thanks,Mary AnnOn Jun 23, 2020, at 7:51 AM, Mary Ann Kelley  [Dada ...Continue Reading

can't update email address

June 23rd 2020 PST

I’m running version 11.4.4 stable. I’m trying to update an email address in the dashboard. After entering the new address and clicking update on the Membership page, it gives me the message "No Mailing Lists or sublists validated” and doesn’t update the email. Am I missing a setup option somewhere? I know I used to be able to do this but it’s been a long time and I may have been using a different version. Can someone tell me what I’m missing?Thanks,Mary Ann ...Continue Reading

Re: Near-Future Amazon SES Changes

June 22nd 2020 PST

Just as a followup, I was able to make the needed changes and will release a new version with those changes soon. I'll also have directions on how to manually do it if you don't want to upgrade, and offer to do the changes for anyone's behalf for a nominal fee. Here's the work (in progress): https://github.com/justingit/dada-mail/tree/features-amazon_aws_sigv4 -- Justin J: Lead Dadaist.url: http://dadamailproject.com email: justin@PROTECTED twitter: @dadamail skype: leaddadaist Dada Mail Announcements:http://dadamail ...Continue Reading

Near-Future Amazon SES Changes

June 1st 2020 PST

Here's an issue that's going to come up in the next few months: https://github.com/justingit/dada-mail/issues/939 Dada Mail uses v3 of the signatures, but v4 will be required. I'm fairly confident that upgrade to v4 support is very possible with minimum work. There's already a module for it! https://metacpan.org/pod/AWS::Signature4 This is a heads-up. If you're using Amazon SES with Dada Mail, you'll need to upgrade soon. My guess is that if you don't want to/can't upgrade fully, just dropping an revised Dada Mail-pr ...Continue Reading
  • This mailing list is a public mailing list - anyone may join or leave, at any time.
  • This mailing list is a group discussion list (unmoderated)
  • 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:

https://dadamailproject.com/d

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:

  • Constructive critiques on the program (I like, "x", but, "y" needs some work - here's an idea on how to make this better...)
  • Bug/Error reports
  • Bug fixes
  • Request For Comments on any changes to the program
  • Help customizing Dada Mail for your own needs
  • Patches
  • Language Translations
  • Support Documentation/Doc editing, FAQ's, etc.
  • Discussion of any changes that you would like to be committed to the next version of Dada Mail -

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.

Privacy Policy:

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.