Unsubscribe Link

Use this forum for all other questions regarding OpenEMM

Moderator: moderator

pratik.patel
Posts: 2
Joined: Wed Mar 04, 2009 5:40 am
Contact:

Unsubscribe Link

Post by pratik.patel »

Hello Everyone,

I am using openemm 5.1 and its running fine successfully. But the only problem is that , when I send mailing , the url for the unsubscription which is sent to recipients is something like
" http://localhost:8080/r.html?uid=1.k.d.11.07987xbqnj ".

The uid is correct for this recipient, but the host name which should be my domain name. correct???
What should i do ,that can display my domain name in unsubscription link of recipient's e-mail.

Thanks in advance....
lord_alan
Posts: 80
Joined: Wed Oct 01, 2008 1:15 pm
Location: Farnham, Surrey. UK
Contact:

Post by lord_alan »

When you set up OpenEMM you are instructed to alter a line in the SQL file:
If you plan to use the redirect features of OpenEMM, open file openemm.sql with a text editor like edit or vim, and find and replace the string http://localhost:8080 with a valid redirection URL.
If you have already installed everything, then use your favourite MySQL interface and ALTER the field in

Code: Select all

company_tbl.rdir_domain


to the right URL for your server.

HTH

Alan
Post Reply