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 "UNSUBSCRIBE" word ...
| |||||||
| Register | FAQ | Donate | Members List | Calendar | Mark Forums Read |
|
#1
| ||||
| ||||
| 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 *** Do not PM me requesting paid help. The only paid work I do is for AABox Web Hosting customers *** Stay Up To Date with everything osCMax: Free osCMax Newsletters - Security notices, New Releases, osCMax News osCMax on Twitter - Up to the minute info as it happens. Know it first. osCMax User Manual - osCMax Templates - Advanced Template Tutorial |
| Thread Tools | |
| |
| ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Newsletter & Subscribers | michael_s | New osCommerce Contributions | 0 | 02-01-2008 05: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 03:28 PM |
| Welcome Newsletter | bobbiejames | osCommerce 2.2 Modification Help | 0 | 06-14-2004 07:41 AM |