dada-mail
dada-mail copied to clipboard
Self-Hosted, Full Featured, Email Mailing List Manager. Announcement + Discussion Lists, Web-based Installer, Installs with minimal dependencies, sendmail/SMTP/Amazon SES supported
The suspicious IP check will get in the way.
And that's just going to be an ongoing problem, but it shouldn't be apart of the repo - or at least: THIS repo. Rather, it should be: * located in...
Templates - like email messages with embedded tags, that also have errors in those tags cause chaos when you try to send them out as a mailing list message. A...
as it says in the title - use the red/orange for the button, I'm guessing
Perhaps subscribe_email.pl ( https://github.com/justingit/dada-mail/blob/master/dada/extras/scripts/subscribe/subscribe_email.pl ) is a little too close to the metal, and should use the RESTFUL API, https://dadamailproject.com/d/features-restful_web_services.pod.html like the subscription forms of Dada Mail actually do. This...
Perhaps it's a few steps - like we make sure things like the needed SQL driver is available (if this is an upgrade, we can peep to see what was...
Probably just a embedded HERE doc of sorts, so that we can move vars. I'd love to have this editable through the installer, but that's really getting close to a...
This is to stop you from sending a message out twice, or more specifically: stopping sending out a message when you send a custom message, and don't want a more...
Sometimes the implementation just doesn't work. Instead of having a busted install, it would be better to be able to (temporarily) disable CSRF, rather than have a broken install.
There's already a Perl module for this, but the needed ability to send raw MIME messages is not a part of it. I may just contribute to the already existing...