DrByte,
Yes, that seems to work fine. I'd purposely avoided any reference/use of ADMIN_EXTRA_EMAIL etc as it was referenced only in the context of the admin copy emails, and I felt any change in that was best left to the developers.
Thanks,
Chuck
DrByte,
Yes, that seems to work fine. I'd purposely avoided any reference/use of ADMIN_EXTRA_EMAIL etc as it was referenced only in the context of the admin copy emails, and I felt any change in that was best left to the developers.
Thanks,
Chuck
Great. This alteration will find its way into a future release ...
.
Zen Cart - putting the dream of business ownership within reach of anyone!
Donate to: DrByte directly or to the Zen Cart team as a whole
Remember: Any code suggestions you see here are merely suggestions. You assume full responsibility for your use of any such suggestions, including any impact ANY alterations you make to your site may have on your PCI compliance.
Furthermore, any advice you see here about PCI matters is merely an opinion, and should not be relied upon as "official". Official PCI information should be obtained from the PCI Security Council directly or from one of their authorized Assessors.
To sum up, and consolidate everything into 1 post -
To increase the chances of emails sent from admin as HTML actually arriving as HTML, particularly to webmail based email systems such as hotmail, yahoo mail, gmail etc.; and to allow test newsletters sent to the admin email address to arrive as HTML, do the following:
Copy /includes/extra_configures/email_use_8bit.php to /admin/includes/extra_configures, so that both folders have a copy of the file.
Replace /includes/functions/functions_email.php with the attached copy, which incorporates DrBytes' suggested changes.
Chuck
Chuck and Dr. Byte,
I've just applied the latest patch file and run a test again on my Yahoo account and received the HTML newsletter correctly, so all seems to be fixed.
Thanks!
Thats great to hear! Thanks for the feedback
Chuck
Thanks for this I have follwed these instructions but I am still having problems creating the newsletter. When i go to create a Newsletter the FCK Editor is selected (The editor doesnt appear there though)but the only options I have are as follows:
Module: newsletterproduct_notificationSubject:
* RequiredRich Text
Content: Text-Only
Content:
I think I have all the settings right in Admin Configures so what may I be doing wrong? I tried pasting html in but all i get on preview is raw code
Many thanks
Chris x
in /admin/newsletters.php there is an error which affects using FckEditor to edit newsletters.
Edit the file, and check around line 258, there is a line that looks like this
$oFCKeditor->CreateHtml() ; echo $output;
and change it to
$output = $oFCKeditor->CreateHtml() ; echo $output;
and save the file.
That should hopefully make the editor to appear.
wow, this is a long thread!
so, my newsletter is not being sent in html, just plain text
what do I have to check first?
one more question: where do I have to put the pictures that are being sent in my newsletter? please give me the path of the folder.
Last edited by marinela; 16 Oct 2007 at 08:11 AM.