All seems fine except that confirmation emails are not being sent to subscribers.
newest zen installed. everything else works on the site.
What am i missing?
thanks
Printable View
All seems fine except that confirmation emails are not being sent to subscribers.
newest zen installed. everything else works on the site.
What am i missing?
thanks
I've got this mod installed, and tried to subscribe via the sidebox.
This just sends me to the "newsletter subscription" page.
Is this how it is suposed to work? I assumed it would work just
fine if the customers just entered their adress in the sidebox and pressed "subscribe".
What have I missed?
Ok so when people add their email in the sidebox, it adds the email to database but wont send out confirmation email. if you do the same but on the actual subscribe page, then the email is sent and link works.
How to get the sidebox to work as it should is my question.
Correction on the "See thread": Link: http://www.zen-cart.com/forum/showpo...3&postcount=12
My client's site is running on Zen Cart 1.3.8a. My client has been receiving emails from customers saying that there is no hyperlink in the email that they are supposed to click to confirm their newsletter subscription. As a result he has a lot of pending statuses on his newsletter only subscriptions.
He has been able to confirm them from the admin console, but I was wondering if anyone else has had this issue. I tested it myself and I had the same problem. I use gmail as my email client.
Any suggestions?
Thanks,
Joshua Smith
Printsmith Designs
This is one of the best mods ever!
I wish this thread had a different title though... "Newsletter Subscribe" would probably be better. It was hard to find because the current title is somewhat misleading and this thread isn't placed at the top of the search due to poor title. IMHO.
On to the issue:
There's a misspelling in includes>languages>english>template>subscribe.php
Line 26 says: define('UNSUBSCRIBE_EMAIL_TEXT', 'Your e-mail adres is now unsubscribed
Hi
I installed the contrib , looks good and works fine , sends the emails and updates the data, but after I click on subscribe , I get the thank you page with all below at the of the Thank you page.
the subscriber email gets the emails and the address is added to the list of subscribers,I am using PHP mailer, zen 138a and the mail is functioning normal.
WordWrap] => 76 [Mailer] => mail [Sendmail] => /usr/sbin/sendmail [PluginDir] => [Version] => 1.73 [ConfirmReadingTo] => [Hostname] => [Host] => localhost [Port] => 25 [Protocol] => [Helo] => [SMTPAuth] => [Username] => [Password] => [Timeout] => 10 [SMTPDebug] => [SMTPKeepAlive] => [smtp] => [to] => Array ( [0] => Array ( [0] => [email protected] [1] => ) ) [cc] => Array ( ) [bcc] => Array ( ) [ReplyTo] => Array ( [0] => Array ( [0] => [email protected] [1] =>companyname ) ) [attachment] => Array ( ) [CustomHeader] => Array ( ) [message_type] => [boundary] => Array ( ) [language] => Array ( [provide_address] => You must provide at least one recipient email address. [mailer_not_supported] => mailer is not supported. [execute] => Could not execute: [instantiate] => Could not instantiate mail function. Please check Admin->Configuration->Email Options->Email Transport. [authenticate] => SMTP Error: Could not authenticate. [from_failed] => The following From address failed: [recipients_failed] => SMTP Error: The following recipients failed: [data_not_accepted] => SMTP Error: Data not accepted. [connect_host] => SMTP Error: Could not connect to SMTP host. [file_access] => Could not access file: [file_open] => File Error: Could not open file: [encoding] => Unknown encoding: ) [error_count] => 0 [LE] => )
Thanks so much for the help
Hi,
I got this error when I clickon 'Admin Home' in my zc admin AFTER I had finished ftping all the files:
I noticed that there is NOT an install.sql file or similar in this mod, so I'm assuming that the table is installed via a php file.PHP Code:
1146 Table 'xxxxxxxx_xxxxxxxxx.TABLE_SUBSCRIBERS' doesn't exist
in:
[select count(*) as count from TABLE_SUBSCRIBERS where confirmed= '1' or customers_id >= '1']
If you were entering information, press the BACK button in your browser and re-check the information you had entered to be sure you left no blank fields.
When I 'mouse' over the Customers tab in my admin, I do not see the 'Subscription Manager'.
Any suggestions?