Page 5 of 8 FirstFirst ... 34567 ... LastLast
Results 41 to 50 of 77
  1. #41
    Join Date
    May 2007
    Location
    Yorkshire UK
    Posts
    53
    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
    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_notification Subject:
    * Required Rich 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

  2. #42
    Join Date
    Nov 2006
    Location
    Papworth, Cambridgeshire, UK
    Posts
    731
    Plugin Contributions
    3

    Default Re: Newsletter won't send in HTML

    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.

  3. #43
    Join Date
    May 2007
    Location
    Yorkshire UK
    Posts
    53
    Plugin Contributions
    0

    Default Re: Newsletter won't send in HTML

    Quote Originally Posted by Chuckl View Post
    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.
    Thanks so much Chuckl that indeed does the trick
    xxchrisxx

  4. #44
    Join Date
    Jul 2007
    Posts
    63
    Plugin Contributions
    0

    Default Re: Newsletter won't send in HTML

    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.

  5. #45
    Join Date
    Jul 2007
    Posts
    63
    Plugin Contributions
    0

    Default Re: Newsletter won't send in HTML

    it looks fine now, I just changed: Use MIME HTML when sendind HTML

    but, on the header of my newsletter I have the zen cart logo.
    when can I change that???

  6. #46
    Join Date
    Nov 2006
    Location
    Papworth, Cambridgeshire, UK
    Posts
    731
    Plugin Contributions
    3

    Default Re: Newsletter won't send in HTML

    In the /email folder in the main/top folder of your site, it's called header.jpg.

  7. #47
    Join Date
    Oct 2007
    Location
    ValHalla
    Posts
    1
    Plugin Contributions
    0

    Default Re: Newsletter won't send in HTML

    I've searched around, and it doesn't seem like anybody else is having my problem, which causes me to think it has to do with my host.

    Customers can receive order confirmations, as do I (the admin). In both HTML and Text.

    Customers do not receive the admin email (when I email them directly from their customer page in the admin)

    Nobody receives the newsletter, in either HTML or TEXT. So I tried installing the subscription manager, hoping it might changes some important email files, but that was to no avail.

    And now: When a user signs up for the Newsletter Only Subscription, they do not receive the confirmation email.


    Here are my Email Option Settings


    E-Mail Transport Method: PHP (also tried SMTP, STMPTAUTH)
    E-Mail Linefeeds: LF
    Use MIME HTML When Sending Emails: true (also tried false)
    Send E-Mails: true
    Verify E-Mail Addresses Through DNS: false
    E-Mail Friendly-Errors: true
    Emails must send from known domain? No (also tried yes)
    Email Admin Format? HTML




    If someone thinks it may be my host, do you have any other suggestions? Thanks guys.

  8. #48
    Join Date
    Nov 2006
    Location
    Papworth, Cambridgeshire, UK
    Posts
    731
    Plugin Contributions
    3

    Default Re: Newsletter won't send in HTML

    Check your domain settings at somewhere like http://www.dnsstuff.com, do a DNS report.

    You should also check at one of the many sites, e.g. http://www.mxtoolbox.com/blacklists.aspx

    whether your domain or your hosts mail servers are blacklisted.

    To check that the mail is actually leaving your site, install the email archive viewer from the downloads area, and enable email archiving. Send some emails and check that they are in the archive.
    If so, your Zen Cart site has been able to send the mail, and the problem lies elsewhere.
    If the mail is not in the archive, you are using the wrong settings for your hosting co. and should contact them for the correct settings.

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

    Default Re: Newsletter won't send in HTML

    Couldn't help but wonder if he was sending an email or newsletter to himself and inadvertently had text email selected when he registered himself. I discovered that that is exactly what I had done.

    Is there a way to have default values of html and subscribe to newsletter when buyers register?

    Its kind of off topic but still related.

  10. #50
    Join Date
    Jan 2004
    Posts
    66,446
    Plugin Contributions
    81

    Default Re: Newsletter won't send in HTML

    Quote Originally Posted by pixelpadre View Post
    Is there a way to have default values of html and subscribe to newsletter when buyers register?
    Admin->Configuration->Customer Details
    .

    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.

 

 
Page 5 of 8 FirstFirst ... 34567 ... 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