This is a discussion on Newsletter & Subscribers within the New osCommerce Contributions forums, part of the osCommerce 2.2 Forums category; The unsubscribe link wasn't working for me when clicked in the mail received by visitors. It added an "...
| |||||||
| Register | FAQ | Members List | Calendar | Mark Forums Read |
|
#1
| ||||
| ||||
| The unsubscribe link wasn't working for me when clicked in the mail received by visitors. It added an "UNSUBSCRIBE" word juft before the mail causing problems (the visitor email didn't disappeared fom my DB) I figured out the mail was sent in newsletter_subscribe.php. Then I replaced in line 54 : $message .= EMAIL_WELCOME . CLOSING_BLOCK1 . CLOSING_BLOCK2 . CLOSING_BLOCK3 . UNSUBSCRIBE . $HTTP_POST_VARS['Email'] ; WITH $message .= EMAIL_WELCOME . CLOSING_BLOCK1 . CLOSING_BLOCK2 . CLOSING_BLOCK3 . $HTTP_POST_VARS['Email'] ; mail(strtolower($HTTP_POST_VARS['Email']), EMAIL_WELCOME_SUBJECT, $message, "From: " . EMAIL_FROM); ==> Just took off the "UNSUBSCRIBE ." >>>IT WORKS now. BE CAREFUL : I'm a complete newbie. I solved this only using logic and thought about sharing it. That said, don't use it if you don't have this problem! PS : Nothing more in attached file. More...
__________________ Michael Sasek osCMax Developer osCMax Templates - Hundreds of premium quality templates. New designs every month! xShop for osCMax - Windows Based osCMax administration. Improved workflow, security, speed and convenience osCMax Hosting - From basic hosting to High Availability, Load Balanced arrays, the most experienced osCMax host. |
| Thread Tools | |
| |
| ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Newsletter & Subscribers | michael_s | New osCommerce Contributions | 0 | 02-01-2008 06:22 AM |
| Best Newsletter? | bkpie | osCMax v2 Customization/Mods | 5 | 07-03-2007 05:36 AM |
| Newsletter and Subscribers Addon | sirsonic | osCMax v2 Customization/Mods | 3 | 10-04-2006 05:29 PM |
| How to stop '&' becoming '&' in order email co | nemail | osCMax v1.7 Discussion | 0 | 11-15-2005 04:28 PM |
| Welcome Newsletter | bobbiejames | osCommerce 2.2 Modification Help | 0 | 06-14-2004 07:41 AM |