|
Is it possible for the logo in the email to be located at a different URL from the logo that shows up in the web interface? In my use case, my web interface uses SSL with authentication required for access, so the image URL is On the other hand, when an email goes out, I want the users to be able to see the logo without having to authenticate with the web server. That means that the URL for the logo would have to be different a different location that doesn't require authentication. (Alternately, is there a way to tell apache that authentication is not required for location |
|
To serve the logo in a not secured way, you can always edit Regarding the apache question, I'm pretty sure there is, don't really know how. Try asking in the apache mailing list or something. |