dada-mail

所属分类:Email客户端
开发工具:Perl
文件大小:3329KB
下载次数:0
上传日期:2023-04-07 21:23:01
上 传 者sh-1993
说明:  自托管、全功能电子邮件列表管理器。公告+讨论列表,基于Web的安装程序,安装...
(Self-Hosted, Full Featured, Email Mailing List Manager. Announcement + Discussion Lists, Web-based Installer, Installs with minimal dependencies, sendmail/SMTP/Amazon SES supported)

文件列表:
LICENSE (18092, 2023-11-07)
SECURITY.md (208, 2023-11-07)
app (0, 2023-11-07)
app\dada (0, 2023-11-07)
app\dada\.htaccess (695, 2023-11-07)
app\dada\DADA (0, 2023-11-07)
app\dada\DADA\.htaccess (31, 2023-11-07)
app\dada\DADA\App.pm (535884, 2023-11-07)
app\dada\DADA\App (0, 2023-11-07)
app\dada\DADA\App\AmazonSES.pm (4715, 2023-11-07)
app\dada\DADA\App\BounceHandler.pm (56337, 2023-11-07)
app\dada\DADA\App\BounceHandler (0, 2023-11-07)
app\dada\DADA\App\BounceHandler\Logs.pm (4600, 2023-11-07)
app\dada\DADA\App\BounceHandler\MessageParser.pm (57084, 2023-11-07)
app\dada\DADA\App\BounceHandler\Rules.pm (5764, 2023-11-07)
app\dada\DADA\App\BounceHandler\ScoreKeeper.pm (10544, 2023-11-07)
app\dada\DADA\App\DBIHandle.pm (5523, 2023-11-07)
app\dada\DADA\App\DataCache.pm (8819, 2023-11-07)
app\dada\DADA\App\Digests.pm (11550, 2023-11-07)
app\dada\DADA\App\Dispatch.pm (15813, 2023-11-07)
app\dada\DADA\App\EmailMessagePreview.pm (5371, 2023-11-07)
app\dada\DADA\App\EmailThemes.pm (11764, 2023-11-07)
app\dada\DADA\App\Error.pm (11980, 2023-11-07)
app\dada\DADA\App\FormatMessages.pm (104973, 2023-11-07)
app\dada\DADA\App\FormatMessages (0, 2023-11-07)
app\dada\DADA\App\FormatMessages\Filters (0, 2023-11-07)
app\dada\DADA\App\FormatMessages\Filters\BodyContentOnly.pm (3799, 2023-11-07)
app\dada\DADA\App\FormatMessages\Filters\CSSInliner.pm (1717, 2023-11-07)
app\dada\DADA\App\FormatMessages\Filters\CleanUpReplies.pm (5191, 2023-11-07)
app\dada\DADA\App\FormatMessages\Filters\HTMLMinifier.pm (2266, 2023-11-07)
app\dada\DADA\App\FormatMessages\Filters\InjectThemeStylesheet.pm (2567, 2023-11-07)
app\dada\DADA\App\FormatMessages\Filters\InlineEmbeddedImages.pm (9832, 2023-11-07)
app\dada\DADA\App\FormatMessages\Filters\RemoveTokenLinks.pm (1587, 2023-11-07)
app\dada\DADA\App\FormatMessages\Filters\UTM.pm (6746, 2023-11-07)
app\dada\DADA\App\FormatMessages\Filters\UnescapeTemplateTags.pm (2482, 2023-11-07)
app\dada\DADA\App\GenericDBFile.pm (6314, 2023-11-07)
app\dada\DADA\App\GenericDBFile (0, 2023-11-07)
... ...

=pod =encoding utf-8 =head1 Dada Mail =head1 Introduction Dada Mail is a contemporary, mature and intuitive web-based email list management system. Dada Mail handles Closed-Loop Opt-in subscriptions, sending complex announce-only and/or discussion mailing list messages with an advanced, fault-tolerant mass mailing monitor, supports the archiving/viewing/searching/resending/syndicating (rss, atom feeds) of sent messages and doing all this and a whole lot more with style. Dada Mail can handle custom subscriber fields and searching these fields, allowing you to send mass mailing to only part of your mailing list. Dada Mail's email templating system allows you to create targeted and completely custom email messages (mail merging) for each and every one one of your subscribers. Dada Mail is bundled with additional plugins and extensions to extend Dada Mail's capabilities. Some of the plugins/extensions support advanced bounce handling, clickthrough tracking, mass mail scheduling, blog interfaces of archived messages, AJAX subscription form trickery and lots of other surprises. Dada Mail produces HTML5 web content and sticks to best practices when creating email messages. Write Once: Distribute Everywhere. Dada Mail is free software that you're able to use, modify, share and enhance under the terms of the GNU General Public License. Dada Mail is written in Perl because we love Perl. Dada Mail's system requirements are minimal: it runs as a CGI script (running under FastCGI and PSGI are also options), requires only Perl 5.10.1, supports multiple SQL backend flavors, bundles all of its CPAN Perl module dependencies, and comes with a web-based installer. Download/Upload the distro, run the installer script. Dada Mail works well in shared hosting environments thanks to its mass sending throttling capabilities. Dada Mail can also work well with large mailing lists that can utilize a third party email service, like Amazon SES. =head1 Building Dada Mail If you're pulling Dada Mail from its repository, you'll have to build the app to get it into a shape that will allow you to deploy it. First, download the repo, git clone https://github.com/justingit/dada-mail.git Then, run the bundled, C script, cd dada-mail perl make_distro.pl Once the script is done running, two files will be created in the B directory. Follow the directions at, L to install the app using the two files created. =head1 HOMEPAGE L =head1 INSTALLING L =head1 DOCUMENTATION See: L =head1 SUPPORT =over =item * Discussion Mailing List: L =back =head2 See Also: Documentation Links above. =head1 DEVELOPMENT Dada Mail is developed openly at: L "main" - always stable Mailing List: L =head1 LICENSE AND COPYRIGHT Copyright (c) 1999 - 2023 Justin Simoni All rights reserved. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software =cut

近期下载者

相关文件


收藏者