Page 6 of 8 FirstFirst ... 45678 LastLast
Results 51 to 60 of 77
  1. #51
    Join Date
    Jun 2007
    Location
    Eustis, Florida, USA, EARTH
    Posts
    836
    Plugin Contributions
    0

    Default Re: Newsletter won't send in HTML

    You know...........I have said this in every non zencart tech forum I have been to. There should be an easy link to paypal for each tech support guru such as yourself dr byte. Good answers get a buck. It isnt much but it would add up at the end of the year with all the answers you give out.


  2. #52
    Join Date
    Jun 2007
    Location
    Eustis, Florida, USA, EARTH
    Posts
    836
    Plugin Contributions
    0

    Default Re: Newsletter won't send in HTML

    Perhaps your signature should contain something like:

    If my answer saved you time please send $1.00 to my paypal account.

  3. #53
    Join Date
    Jan 2004
    Posts
    66,444
    Plugin Contributions
    279

    Default Re: Newsletter won't send in HTML

    Quote Originally Posted by pixelpadre View Post
    You know...........I have said this in every non zencart tech forum I have been to. There should be an easy link to paypal for each tech support guru such as yourself dr byte. Good answers get a buck. It isnt much but it would add up at the end of the year with all the answers you give out.

    Well in that case, click here:
    http://www.zen-cart.com/index.php?ma...es&pages_id=14

    Then click on one of the donate buttons that has two or three zeros in it
    .

    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.

  4. #54
    Join Date
    Jun 2007
    Location
    Eustis, Florida, USA, EARTH
    Posts
    836
    Plugin Contributions
    0

    Default Re: Newsletter won't send in HTML

    signature man...signature...and your personal account not a group account. All techs should do it. It would encourage prompt replies and competition for great answers. ............not that they need to be improved.
    Last edited by pixelpadre; 23 Nov 2007 at 03:31 PM.

  5. #55
    Join Date
    Jan 2004
    Posts
    66,444
    Plugin Contributions
    279

    Default Re: Newsletter won't send in HTML

    Quote Originally Posted by pixelpadre View Post
    signature man...signature...and your personal account not a group account.
    Noted. And thanks. Nevertheless my preference is that the donation go to the group account.

    Will give some thought to the signature change concept.
    .

    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.

  6. #56
    Join Date
    Jun 2007
    Location
    Eustis, Florida, USA, EARTH
    Posts
    836
    Plugin Contributions
    0

    Default Re: Newsletter won't send in HTML

    Quote Originally Posted by DrByte View Post
    Noted. And thanks. Nevertheless my preference is that the donation go to the group account.

    Will give some thought to the signature change concept.
    Here's a forum that is doing precisely what I would like to see yall doing.

    ##########################

  7. #57
    Join Date
    Dec 2005
    Location
    colorado
    Posts
    108
    Plugin Contributions
    0

    Default Re: Newsletter won't send in HTML

    Quote Originally Posted by Chuckl View Post
    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
    I was having the same issue that my newletters were not sent in html with pics and links. just letting eveyone know that i just installed the above (posted earlier in this thread with the download) and it works!!

  8. #58
    Join Date
    Oct 2006
    Posts
    62
    Plugin Contributions
    0

    Default Re: Newsletter won't send in HTML

    Gmail wouldn't display the HTML-portion of my order confirmations.
    The supplied functions_email.php took care of it though.

    Will this fix be part of the next version of Zen? (post 1.38a)
    Just want to know if I need to save the file for future use.

    Best regards

  9. #59
    Join Date
    Apr 2007
    Location
    Washington
    Posts
    115
    Plugin Contributions
    0

    Default Re: Newsletter won't send in HTML

    Quote Originally Posted by DrByte View Post
    Chuck,
    Instead of the hacks you suggested, does this work correctly?
    /includes/functions/functions_email.php
    find this code:
    Code:
          if (ADMIN_EXTRA_EMAIL_FORMAT == 'TEXT' && substr($module,-6)=='_extra') {
            $email_html='';  // just blank out the html portion if admin has selected text-only
          }
    add this directly below it:
    Code:
          // if no customer email record found, and admin email format is set to HTML, and sending newsletter, and admin is logged in, use HTML:
          if ($customers_email_format_read->RecordCount() == 0 && ADMIN_EXTRA_EMAIL_FORMAT == 'HTML' && in_array($module, array('newsletters', 'product_notification')) && isset($_SESSION['admin_id'])) {
            $customers_email_format = 'HTML';
          }

    Thanks for this post! Worked exactly as said! This is great!

  10. #60
    Join Date
    Oct 2006
    Posts
    175
    Plugin Contributions
    0

    Default Re: Newsletter won't send in HTML

    Hey guys,

    I uploaded the zip file fix and (save a copy on server and local) went to the index page of the site after uploading and saw this:

    Fatal error: Cannot redeclare zen_mail() (previously declared in /home/tyler/public_html/shop/includes/extra_configures/email_use_8bit.php:41) in /home/tyler/public_html/shop/includes/functions/functions_email.php on line 41

    any idea what I did wrong? anyone else had this problem?
    ~Renee
    [FONT="Comic Sans MS"]Red[/FONT]

 

 
Page 6 of 8 FirstFirst ... 45678 LastLast

Similar Threads

  1. Replies: 0
    Last Post: 26 May 2012, 06:16 AM
  2. Unable to send newsletter by HTML
    By sharontan in forum Templates, Stylesheets, Page Layout
    Replies: 1
    Last Post: 23 Dec 2010, 05:32 PM
  3. How to send newsletter in HTML?
    By lina0962 in forum Discounts/Coupons, Gift Certificates, Newsletters, Ads
    Replies: 3
    Last Post: 16 Nov 2010, 08:56 PM
  4. Newsletter won't send
    By jvalent in forum General Questions
    Replies: 5
    Last Post: 30 Sep 2008, 08:21 PM
  5. Newsletter won't send in html...its just plain text!?
    By icklebits in forum General Questions
    Replies: 2
    Last Post: 26 Jul 2007, 03:31 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
disjunctive-egg