Confirm Subscription URL

Matthias Vogt

New Member
Hi,
is there a way to achive the following?

I want to hide the Customer Area and the backend area completely.
The subscriber should only see
newsletter.customer.com the should no hint to the real installation path.

I can do the subscribe / unsubscribe to a list via the API - ✓.
What's missing right now is the subscription conformation mail link that is hard wired to the install path. As far as i can see there is also no way to use the API for it neither i can't change the URL in the templates.

Am I right? Or is there a way I couldn't find by now.

Best
Matthias
 
Last edited:
@Matthias Vogt - You could play with /apps/frontend/components/behaviors/ListControllerCallbacksBehavior.php::
_sendSubscribeConfirmationEmail and mangle the confirmation url from there.
 
Hi,
is there a way to achive the following?

I want to hide the Customer Area and the backend area completely.
The subscriber should only see
newsletter.customer.com the should no hint to the real installation path.

I can do the subscribe / unsubscribe to a list via the API - ✓.
What's missing right now is the subscription conformation mail link that is hard wired to the install path. As far as i can see there is also no way to use the API for it neither i can't change the URL in the templates.

Am I right? Or is there a way I couldn't find by now.

Best
Matthias

you could try
masking (real url hidden)
or
redirection (real url not used)
 
Back
Top