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 I find the code segment where I can tweak this manually?
Thank you!
Send unsubscribe requests to List Administrator instead of List Owner for Private Mailing List
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
to
Code: Select all
$self->ls->param('list_owner_email')
Code: Select all
'myemail@domain.com'