Search found 67 matches

by dadamail
Fri Nov 27, 2020 6:45 pm
Forum: General Email Sending Problems
Topic: Adding Headers to Mail
Replies: 2
Views: 28553

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: 29808

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: 131388

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: 27938

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: 50512

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: 50512

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.
by dadamail
Thu Oct 29, 2020 5:04 pm
Forum: Installing Dada Mail
Topic: Installing on Plesk Obsidian?
Replies: 2
Views: 26641

Re: Installing on Plesk Obsidian?

Glad you found the solution :)
by dadamail
Wed Oct 28, 2020 1:12 am
Forum: General Email Sending Problems
Topic: Pro Dada - Can't access program
Replies: 9
Views: 50512

Re: Pro Dada - Can't access program

Could be simply a file/directory permissions issue. The permissions of the directory the, "mail.cgi" file is located (and every directory above it) should be, "755", as should be the permission of the mail.cgi file itself.
by dadamail
Thu Oct 08, 2020 7:09 pm
Forum: General Email Sending Problems
Topic: Corrupted links in emails
Replies: 26
Views: 131388

Re: Corrupted links in emails

SIVC wrote:
Thu Oct 08, 2020 12:49 pm
FYI, in sendmail mode, saving output to a file by the config change you previously suggested, I also tried binary, 8bit & 7bit modes but they all came out as Quoted-Printable on my installation.
Yeah, actually seems like a bug in Dada Mail, when you send a message via Bridge,