Results 1 to 2 of 2
  1. #1
    Join Date
    Jan 2012
    Posts
    1
    Plugin Contributions
    0

    email error Notice: FAILED to send Email to all recipients

    Notice: FAILED to send Email to all recipients error while sending mail from admin>tools>sendmail option
    If you want to fix the matter and have the subscribe addon then just check

    email option - php
    change admin/mail.php page
    replace at line:27 do this
    $smQuery=$audience_select['query_string'];code
    $mail = $db->Execute($audience_select['query_string']);
    if($mail->EOF){
    $smQuery=str_replace('left','right',$smQuery);
    $smQuery=str_replace('and (s.confirmed = 1 or s.customers_id >= 1)','',$smQuery);
    $smQuery=str_replace('s.email_address','c.customers_email_address',$smQuery);
    $smQuery=str_replace('where email_address','where customers_email_address',$smQuery);
    $mail = $db->Execute($smQuery);
    }

    Problem i encountered is customer not in subscriber were not receiving mail rather what i found is basic query formation error in subscribe addon. Above is my fix.
    Hope will help.

  2. #2
    Join Date
    Jan 2004
    Posts
    58,259
    Blog Entries
    3
    Plugin Contributions
    106

    Default Re: Notice: FAILED to send Email to all recipients

    It would be simpler and smarter to simply fix the incorrect query your addon put in the query_builder table in the database.
    .

    Zen Cart - putting the dream of business ownership within reach of anyone!
    Donations always welcome: www.zen-cart.com/donate

    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.

 

 

Similar Threads

  1. Mercury email SMTP Error: The following recipients failed: christine@locahost.com
    By slickyoz in forum Installing on a Windows Server
    Replies: 2
    Last Post: 25 Jun 2011, 04:41 AM
  2. Replies: 15
    Last Post: 22 Dec 2010, 04:52 AM
  3. Replies: 0
    Last Post: 27 Jul 2009, 12:22 PM
  4. Email Error: SMTP Error: The following recipients failed: 0
    By greenlight in forum General Questions
    Replies: 1
    Last Post: 16 Sep 2008, 01:14 PM
  5. email problem -- SMTP Error: The following recipients failed:
    By rogeruk1977 in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 30 Aug 2008, 11:30 PM

Bookmarks

Posting Permissions

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