Open MaxPerl opened 1 month ago
PS:: in .dada_config I have the following options: $PROGRAM_URL = 'https://example.com/newsletter/'; $S_PROGRAM_URL = 'https://example.com/newsletter/';
I wonder if the $PROGRAM_URL has to have the, 'mail.cgi" in it?
Thanks for your answer. I am running Dadamail with PSGI/Plack, so I think mail.cgi should not bei in $PROGRAM_URL.
I solved it by using a subdomain (newsletter.example.com). The hint came from the documentation of my web server. Nevertheless a solution for using Dadamail from a specific path would be great :-)
Hello Justin,
I have the following problem. I must run dadamail from www.example.com/newsletter. Unfortunately I get the following error message:
"Unknown flavor
We apologize, but the resource you're looking for does not exist."
In the error.txt I get the following:
I think, it is necessary to strip newsletter from path_info?
Best wishes, Max