Search found 70 matches

by dadamail
Fri Feb 05, 2021 6:35 pm
Forum: Questions Before Installing
Topic: Question about limits
Replies: 1
Views: 62421

Re: Question about limits

Basic Free Dada Mail is 3 lists and 100 subscribers each. I'll fix that discrepancy.
by dadamail
Wed Dec 09, 2020 7:10 am
Forum: Installing Dada Mail
Topic: Moving Dada Mail to Another Server
Replies: 3
Views: 31664

Re: Moving Dada Mail to Another Server

@dadamail, so when you say migrate the old database you don't mean import the migrated database to replace the one that was created by the Dada Mail installer? Or would that also work? Well, before you even run the installer, migrate the database over to the new host. In the installer, when it asks...
by dadamail
Fri Nov 27, 2020 8:57 pm
Forum: General Email Sending Problems
Topic: Ykes! Problems with Confirmation Token
Replies: 1
Views: 29675

Re: Ykes! Problems with Confirmation Token

It would be a very strange problem - anything in error logs pointing to an issue with say: the database? Which backend have you set things up to run under?
by dadamail
Fri Nov 27, 2020 6:45 pm
Forum: General Email Sending Problems
Topic: Adding Headers to Mail
Replies: 2
Views: 28754

Re: Adding Headers to Mail

There is a way - it's a little awkward. All these changes are most likely easiest to do in the Config.pm file. Find the %EMAIL_HEADERS variable and add both the name and value of the header to this variable: %EMAIL_HEADERS = ( 'X-PM-MESSAGE-STREAM' => 'value of the this header', Date => undef, From ...
by dadamail
Mon Nov 23, 2020 7:57 pm
Forum: Installing Dada Mail
Topic: Problem getting Captcha to work
Replies: 3
Views: 30049

Re: Problem getting Captcha to work

Mailhide and reCAPTCHA v3 are two totally separate things, and you don't need one for the other. I'm not sure where that mixup is coming from. I don't use Mailhide myself, and no one has reported it's removal. I honestly never really liked it, so I'll open up an issue to remove support for it, since...
by dadamail
Sat Nov 14, 2020 5:08 pm
Forum: General Email Sending Problems
Topic: Corrupted links in emails
Replies: 26
Views: 132277

Re: Corrupted links in emails

No, I would keep things to quoted-printable if you can. Base64 really shouldn't be used for text-based messages. Looks a little suspicious.
by dadamail
Fri Nov 13, 2020 7:53 am
Forum: Installing Dada Mail
Topic: Installing the perl module (Bundle::dadamail) on Plesk
Replies: 2
Views: 28166

Re: Installing the perl module (Bundle::dadamail) on Plesk

I usually use cpanminus to install Perl modules:

https://metacpan.org/pod/App::cpanminus

or just good old cpan command.

There's a ton of resources on how to install Perl CPAN modules online - Bundle::DadaMail is just another Perl CPAN Module,
by dadamail
Wed Nov 04, 2020 3:22 am
Forum: General Email Sending Problems
Topic: Pro Dada - Can't access program
Replies: 9
Views: 50888

Re: Pro Dada - Can't access program

Strange that directory wasn't there, but manually creating it should work fine.
by dadamail
Sun Nov 01, 2020 6:21 pm
Forum: General Email Sending Problems
Topic: Pro Dada - Can't access program
Replies: 9
Views: 50888

Re: Pro Dada - Can't access program

Perhaps the smoking gun is in the error itself: "Server unable to read htaccess file" - did you check on that?
LeeU wrote:
Fri Oct 30, 2020 11:11 pm
If I need to reinstall, can I just "plug-in" to the existing database?
Yes.