September 16th 2013 PST
Justin,In my first message, I made the comment about "exec_cb => sub { 1 }" being extra-important because of path issues. I accidentally forgot to mention that /it's primary purpose/ is to allow things like fork() to work, It forces the CGI file to be forked and executed instead of compiled into a persistent PSGI app. Moshe--Moshe Katz-- moshe@PROTECTED-- +1(301)867-3732 On Mon, Sep 16, 2013 at 1:56 PM, Justin J <justin@PROTECTED> wrote: Interesting. The author of Plack::App::CGIBin (Miy ...Continue Reading
September 16th 2013 PST
Someone noted that I did not include a sample nginx configuration file for this, so here it is:server { server_name lists.example.com; root /home/example.com/sites/lists.example.com; location ~* \.psgi$ { return 403; } location ~* \.cgi$ { proxy_set_header Host $http_host; & ...Continue Reading
September 16th 2013 PST
Interesting. The author of Plack::App::CGIBin (Miyagawa); is somewhat brilliant. I'm curious what's gonna happen when you send a mass mailing out - there's a fork() Dada Mail does, that may not jive well, with a persistent environment. ...Continue Reading
September 16th 2013 PST
Hello All,I just wanted to share my experience getting Dada Mail to work on nginx. Nginx does not have built in support for traditional CGI applications (of which Dada Mail is one), so it won't work out of the box. To make a /very /long story short, here is the* Plack* wrapper script to use:use Plack::App::CGIBin;use Plack::Builder; use Path::Class qw( file );my $path = file($0)->absolute->dir; my $app = Plack::App::CGIBin->new(root => $path, exec_cb => sub { 1 } )->to_app;builder ...Continue Reading
September 15th 2013 PST
Hey Justin,This looks really good. I'm looking forward to seeing it when it's done. (Unfortunately, I don't have time to test the drafts feature out right now, but I hope to be doing an install for a client in the next month or so, and will test it out then.) On a mostly unrelated note, I just wanted to let you know that many email programs (primarily Windows-based; I didn't have time to do an exhaustive test) do not display the screenshots that you have included in your last few messages. I don't k ...Continue Reading
September 13th 2013 PST
Here's some more work on the, "Save as Draft" feature. Y'all are lucky it's been raining like you wouldn't believe here in Denver, and everything is like, underwater - especially bicycle paths! (and keeping me indoors, plugging along) See the attached screenshot for the new "Always on top" button bar that allows you to, Save a Draft, Cancel the Message, Send a Test Message, or Send out a Mass Mailing. Below that on the right, you'll see when a Draft has been last saved (auto saving is working). ...Continue Reading
September 10th 2013 PST
On Sep 10, 2013, at 2:34 PM, AJ Fasano wrote: > Hey, if you are saving the file name and location in the database, perhaps we can now have the option of including the attachment as a link instead of an actual attachment. Then the tracking code would be attached to it and we can track who has read the email by whether they downloaded the attachment, even if they haven’t downloaded any images. J I think that's a great idea, but it's not something I'm going to be working on this iteration - as I stated, I really ...Continue Reading
September 10th 2013 PST
Hey, if you are saving the file name and location in the database, perhaps we can now have the option of including the attachment as a link instead of an actual attachment. Then the tracking code would be attached to it and we can track who has read the email by whether they downloaded the attachment, even if they haven’t downloaded any images. J *From:* Justin J [mailto:justin@PROTECTED] *Sent:* Tuesday, September 10, 2013 2:31 PM*To:* Dada Mail Developers*Subject:* [dadadev] Update on &quo ...Continue Reading
September 10th 2013 PST
Hello Everyone, I'm happy to let everyone know I've started working on the, "Save as Draft" feature, for the "Send a Message" screen. Happy to report that a basic implementation is already in place - and working, which is great news. What's left is to simply flesh things out and make it a little more nicer. The big block I was expecting was what to do with attachments, since selecting a file with a, "file" form widget isn't something that's easy to save state. I got around that b ...Continue Reading
September 7th 2013 PST
Hi,Great idea - you'll get inbound links as well as new customers.I recommend "delavo" (delavo.com). Mark Fisher Post: mailto:dadadev@PROTECTED Unsubscribe » ...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.