changing APP_PATH to have more deliverability
Ben,
I need unification of brands, links and sender's emails, for example, if the sender is jhon@mycompany.com
all the links inside the email need to be http://mycompany.com/...
Why? deliverability, gmail/yahoo/hotmail looks inside the email to get the junk folder, if i get some compliants with one campain, and the campain has links to my sendy installation, another campains (from other clients or brands) will be penalized too.
My first idea was delete traking but i remenber the unsuscribe link, and i really need the unsuscribe link in each email.
My solution:
1) make a dns cname record for the brand: example sendy.otherdomain.com => sendy.mydomain.com
2) modify include/config.php and add after define('APP_PATH', 'http://your_sendy_installation_url');
a new line:define('APP_HIDEME_PATH', 'http://sendy.otherdomain.com/');
3) modify scheduled.php, includes/create/send-now.php, autoresponders.php and in each line with $html_treated
or $plain_treated
replace APP_PATH for APP_HIDEME_PATH
Questions:
1) the w, l, and t dot php files will work if in the url have another domain ?
I read this posts :
https://sendy.co/forum/discussion/comment/4637
https://sendy.co/forum/discussion/361/recipients-getting-a-warning-message-when-clicking-our-links/p1
https://sendy.co/forum/discussion/588/switch-off-link-tracking/p1
Comments
As long as the CNAME is setup correctly they should work.