responsiv / campaign-plugin

[PREMIUM] Send professional campaign messages to your subscribers.
http://octobercms.com/plugin/responsiv-campaign
5 stars 2 forks source link

Unsubscribe doesn't work #6

Closed jvanremoortere closed 8 years ago

jvanremoortere commented 8 years ago

The unsubscribe_url used in the default template redirects to a localhost link

http://localhost/campaign/message/=?unsubscribe=1

The thing is this is only true with the actual campaign mail. When sending a test mail the unsubscribe works fine.

daftspunk commented 8 years ago

You may need to set the path to your app in config/app.php to fix this.

jvanremoortere commented 8 years ago

Fixed