Search found 70 matches

by dadamail
Mon Apr 15, 2024 5:36 pm
Forum: Upgrading Dada Mail
Topic: Upgrade Errors - MySQL server
Replies: 6
Views: 86

Re: Upgrade Errors - MySQL server

Hurray!
by dadamail
Fri Apr 12, 2024 6:25 pm
Forum: Upgrading Dada Mail
Topic: Upgrade Errors - MySQL server
Replies: 6
Views: 86

Re: Upgrade Errors - MySQL server

Weird. Is there anything strange being reported at the end of the app's own error log? That would be in, ~/.dada_files/.logs/errors.txt (since you can sometimes/somewhat log into an individual list). Part of me suspects there's some security filter being hit when you try to use Dada Mail. That would...
by dadamail
Tue Apr 09, 2024 12:16 am
Forum: Upgrading Dada Mail
Topic: Upgrade Errors - MySQL server
Replies: 6
Views: 86

Re: Upgrade Errors - MySQL server

When you run the installer, under Backend I'm sure MySQL was selected, but did it also say "not available"?

The following Perl Cpanel module would need to be installed,

Code: Select all

DBD::mysql
https://dadamailproject.com/d/FAQ-insta ... s.pod.html
by dadamail
Sat Mar 16, 2024 11:15 pm
Forum: General Email Sending Problems
Topic: remove [Short Name] out of email subject
Replies: 3
Views: 254

Re: remove [Short Name] out of email subject

I just tested this, and seems to work as I described.

Are you using Bridge to send out messages? If so, it's an option within the plugin labeled,

[x] Prefix message subjects with the:

(and then allows you to select a few choices)
by dadamail
Thu Mar 07, 2024 9:35 pm
Forum: General Email Sending Problems
Topic: remove [Short Name] out of email subject
Replies: 3
Views: 254

Re: remove [Short Name] out of email subject

That would only impact things if you're using the Custom Mass Mailing Layout. One way to do what you want to do is change the subject in the theme itself. Background: https://dadamailproject.com/d/features-email_themes.pod.html So the file you're probably looking for is, mailing_list_message.txt You...
by dadamail
Wed Jan 10, 2024 11:59 pm
Forum: Installing Dada Mail
Topic: Dadamail blocking new subscriptions
Replies: 1
Views: 17086

Re: Dadamail blocking new subscriptions

Is there any more information being printed in the error log?

This error pops up when either the Stop Forum Spam check is failing, or the suspicious IP Activity check is failing. You may want to see if either are enabled in your settings (in Mailing List: Options), and disable them temporarily.
by dadamail
Fri Apr 21, 2023 11:22 pm
Forum: General Email Sending Problems
Topic: Duplication of subscription confirmation for private discussion lists
Replies: 3
Views: 33302

Re: Duplication of subscription confirmation for private discussion lists

mike_m wrote:
Thu Apr 20, 2023 7:55 am
Is there a way to disable/hide the subscribe_landing page for uninvited users? (I can't empty the subscribe_landing.tmpl because it is used also for invited subscribers to confirm their subscription).
Make your list a private list, then make your list hidden?
by dadamail
Wed Apr 19, 2023 6:17 pm
Forum: General Email Sending Problems
Topic: Duplication of subscription confirmation for private discussion lists
Replies: 3
Views: 33302

Re: Duplication of subscription confirmation for private discussion lists

It's fairly clunky, I agree - what you describe as expected behavior was the past behavior. The problem is GDPR, which means you really shouldn't be sending out an invite message at all, as it's technically an unsolicited mass email and the subscription confirmation isn't technically a closed-loop o...
by dadamail
Mon Apr 17, 2023 10:32 pm
Forum: General Email Sending Problems
Topic: Using profile field tags with sender information in email template
Replies: 1
Views: 18137

Re: Using profile field tags with sender information in email template

Only <!-- tmpl_var subscriber .first_name --> will be parsed correctly. Is there a way to access and display the sender's information as well? No, I don't believe the information for the actual From: header can be accessed. Good idea though! I've added it to the issue tracker for a future feature: ...