Search found 5 matches

by mike_m
Fri Sep 01, 2023 8:47 am
Forum: General Email Sending Problems
Topic: Send unsubscribe requests to List Administrator instead of List Owner for Private Mailing List
Replies: 1
Views: 40516

Re: Send unsubscribe requests to List Administrator instead of List Owner for Private Mailing List

Solved. In /DADA/App/Messages.pm I changed line 889 from

Code: Select all

$self->ls->param('list_owner_email')
to

Code: Select all

'myemail@domain.com'
by mike_m
Thu Aug 31, 2023 9:35 pm
Forum: General Email Sending Problems
Topic: Send unsubscribe requests to List Administrator instead of List Owner for Private Mailing List
Replies: 1
Views: 40516

Send unsubscribe requests to List Administrator instead of List Owner for Private Mailing List

I have a private announcements-only list. I would like the unsubscribe request notifications to be sent to the List Administrator or another custom email address, just not the List Owner. (That's to avoid a conflict with my Bridge settings). Is there an option to configure this? Or in which file can...
by mike_m
Thu Apr 20, 2023 7:55 am
Forum: General Email Sending Problems
Topic: Duplication of subscription confirmation for private discussion lists
Replies: 3
Views: 33157

Re: Duplication of subscription confirmation for private discussion lists

Thanks so much for clarifying, Justin! This makes sense. The option to disable closed-loop opt-in only appears if I set the mailing list to "Allow anyone to subscribe" , which is not what I want. Access to the list should still be invite-only. I'm aware that I can activate "Require approval from the...
by mike_m
Wed Apr 19, 2023 12:43 pm
Forum: General Email Sending Problems
Topic: Duplication of subscription confirmation for private discussion lists
Replies: 3
Views: 33157

Duplication of subscription confirmation for private discussion lists

I noticed a surprising behaviour and wonder if this is intended (I don't think so) or if this can be fixed with different settings: I have set up a private mailing list as a discussion list. Two profile fields are defined. The List Owner sends invites to new subscribers. The profile fields are popul...
by mike_m
Mon Apr 17, 2023 8:02 pm
Forum: General Email Sending Problems
Topic: Using profile field tags with sender information in email template
Replies: 1
Views: 18077

Using profile field tags with sender information in email template

Hi there, On a private discussion list, how can I use profile field tags with the sender's information in the email template? For example, I would like to put the sender's first name, last name and email address at the top of every discussion list message, like so: This message was sent from: <!-- t...