Dada Mail Developers Archives

 

First test of 10.5.0 failing

July 3rd 2017 PDT

Hi Justin: I've upgraded from 5.2.1 pro to 10.5.0 pro and also had to change my smtp settings (I no longer have the postfix server I'd been using before). Since I didn't want to set up another server on a vps I have, I decided I'd try the free edition of sparkpost.com, which allows me to send 100K messages a month (but no more than 5K a day). I set everything up but dada fails at the test with a problem that I guess is not related to sparkpost or my configuration. The message I get in the test window is: ...Continue Reading

Re: Feature Request For Comments: automatically adding UTM query string parameters/Google Analytics Integration

June 26th 2017 PDT

This should be publicly accessible: https://www.theparacast.com/forum/threads/june-25-2017-john-desouza.18464/#post-259476 Check the first message, which links to a URL identified by its title (Introducing The Paracast+). It converted the URL: https://www.theparacast.com/plus/ Peace, Gene On Jun 25, 2017, at 5:45 PM, Justin J justin@PROTECTED [Dada Mail Developers] <dadadev@PROTECTED> wrote: On Jun 25, 2017, at 6:25 PM, Gene Steinberg gene@PROTECTED [Dada Mail Developers] <dadadev@PROTECT ...Continue Reading

Re: Feature Request For Comments: automatically adding UTM query string parameters/Google Analytics Integration

June 26th 2017 PDT

> On Jun 25, 2017, at 6:25 PM, Gene Steinberg gene@PROTECTED [Dada Mail Developers] wrote: > Justin, I’d like to see that feature, and also one that automatically converts a URL to a site’s title. Example? ...Continue Reading

Re: Feature Request For Comments: automatically adding UTM query string parameters/Google Analytics Integration

June 26th 2017 PDT

Justin, I’d like to see that feature, and also one that automatically converts a URL to a site’s title. They have the latter feature in the forum software we use, XenForo. Peace, Gene > On Jun 25, 2017, at 5:20 PM, Justin J justin@PROTECTED [Dada Mail Developers] wrote: > > > > I'm considering adding a feature in Dada Mail, where all outgoing links (or only ones you care about per domain...) are automatically (and hopefully intelligently) appended with UTM query string parameters, so that you can i ...Continue Reading

Feature Request For Comments: automatically adding UTM query string parameters/Google Analytics Integration

June 26th 2017 PDT

I'm considering adding a feature in Dada Mail, where all outgoing links (or only ones you care about per domain...) are automatically (and hopefully intelligently) appended with UTM query string parameters, so that you can integrate email messages you send out with Dada Mail with Google Site Analytics. Basically it'll allow you to understand if people are coming to your site via the mass mailings you send out in Google Analytics. I'm sure people do this now, but it's a manual process. This would make it as easy as i ...Continue Reading

Update: German email themes ready for Dada Mail 10.6.0

June 22nd 2017 PDT

German email theme translations for Dada Mail 10.6.0 are ready (including four new Email Themes: Bird Of Paradise, Digging in the Dirt, Plain White T, Summer is Coming) you find all details in this repository:https://github.com/holzhannes/dada_mail_email_themes-de-formal If you like to change/improve the translation or like to create an informal german (DU) translation or any other language you may start or contribute to my Dada Mail Template Translation Tool: https://github.com/holzhannes/dada_mail_foundation_ ...Continue Reading

v10.6.0 Releaed

June 21st 2017 PDT

Hello everyone, v10.6.0 of Dada Mail has been released. Download and install, http://dadamailproject.com/d/install_dada_mail.pod.html Changelog (and below): http://dadamailproject.com/d/changes_10_x.pod.html#pod10.6.0 I'm also taking off July 15th - September 15th of this year to ride my bike around: http://highesthundred.com Get in touch with any work orders you need fulfilled asap, 10.6.0 Features Four new Email Themes have been added, just in time for summer! • Bird Of Paradise Exotic • Digging i ...Continue Reading

Dada Mail v10.5.5 Released

June 8th 2017 PDT

Hello everyone, v10.5.5 has been released. Download and install: http://dadamailproject.com/d/install_dada_mail.pod.html Changelog (and below) http://dadamailproject.com/support/documentation-10_5_5/changes_10_x.pod.html#pod10.5.5 10.5.5 This is mostly a bug-fix release for issues found in the v10.5.4 release of Dada Mail. Bugfixes CKEditor Config may have the wrong $PROGRAM_URL variable written in, causing problems with some features https://github.com/justingit/dada-mail/issues/673 Adding an address to ...Continue Reading

v10.5.4 Released

May 16th 2017 PDT

Hello Everyone, v10.5.4 has been released. Download and install: http://dadamailproject.com/d/install_dada_mail.pod.html Changelog (and below): http://dadamailproject.com/d/changes_10_x.pod.html#pod10.5.4 10.5.4 This is mostly a bug-fix release for issues found in the v10.5.3 release of Dada Mail. Features Enable/Disable Unsubscription Notifications After Bouncing By default, Bounce Handler would send an email notification out, whenever an address met the Bounce Threshold. This would cause problems when usin ...Continue Reading

Re: Setting delivery preferences

May 4th 2017 PDT

> On May 4, 2017, at 2:45 PM, GLP glp@PROTECTED [Dada Mail Developers] wrote: > > Can anyone point me in the right direction for the file / class / function that actually sets this preference so we can call it directly when handling an API request? It's very simple: Initialize the object, and add something new: use DADA::Profile::Settings; my $dps = DADA::Profile::Settings->new; my $r = $dps->save( { -email => $email, -list => $list, -setting => 'delivery_prefs', ...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.