Title: Wrong Recipients
Last modified: August 21, 2016

---

# Wrong Recipients

 *  Resolved [AndersShowPhoto](https://wordpress.org/support/users/andersshowphoto/)
 * (@andersshowphoto)
 * [12 years, 6 months ago](https://wordpress.org/support/topic/wrong-recipients/)
 * Hi
    I just downloaded the Simple Subscribe plugin and have some problems when
   I send email to multiple recipients simultaneously. The mail gets to the correct
   recipient but a different recipient appears in the message. I think it´s the 
   closest prior in my subscribe list. Sorry, my english not quite good, but I hope
   it makes sense for you.
 * Anders
 * [http://wordpress.org/plugins/simple-subscribe/](http://wordpress.org/plugins/simple-subscribe/)

Viewing 11 replies - 1 through 11 (of 11 total)

 *  [latorante](https://wordpress.org/support/users/latorante/)
 * (@latorante)
 * [12 years, 6 months ago](https://wordpress.org/support/topic/wrong-recipients/#post-4352350)
 * Actually not really,
 * don’t understand that very much. So, you’re trying to send e-mail to multiple
   recipients right? Using E-mail subscirbers, and you have these otpions:
    - E-mail all subscirbers
    - All wordpress registered
    - All simple subscribe registered
    - Single subscriber
 * Now if you’re using single subscriber, you shouldnt put multiple e-mail address
   in that field 🙂 it’s SINGLE one. If you mean sometihng else, please describe
   closer step by step what are you doing.
 * Mart
 *  [latorante](https://wordpress.org/support/users/latorante/)
 * (@latorante)
 * [12 years, 6 months ago](https://wordpress.org/support/topic/wrong-recipients/#post-4352362)
 * Hi there,
 * also, try the new update, in regards of someone loosing their emails I’ve changed
   some e-mail bits.
 * Mart
 *  Thread Starter [AndersShowPhoto](https://wordpress.org/support/users/andersshowphoto/)
 * (@andersshowphoto)
 * [12 years, 6 months ago](https://wordpress.org/support/topic/wrong-recipients/#post-4352370)
 * OK
    I’ll try to describe what I’ve done step by step. 1: I’ve registered two 
   subscribers. Let´s call the first one in the list A and the second one B. 2: 
   Then I send an email to All subscribers manually or by adding a post in my blog.
   3: Both A and B received an email, but in the mail that B received A was marked
   as the receiver. So for B it looks like he has got the wrong e-mail.
 * To me it seems strange but I hope it makes more sense to you?
 * /Anders
    PS I installed the plugin just an hour before. Do you think I should
   reinstall it.
 *  [latorante](https://wordpress.org/support/users/latorante/)
 * (@latorante)
 * [12 years, 6 months ago](https://wordpress.org/support/topic/wrong-recipients/#post-4352376)
 * Right on, this plugin uses Bcc for more than one recipient. Is that what you 
   mean?
 * I’m thinking about adding an option, in settings, for people that would like 
   to send each e-mail individually – but, that is an massive overkill for the server,
   for right now, we’re gonna stick to that.
 *  Thread Starter [AndersShowPhoto](https://wordpress.org/support/users/andersshowphoto/)
 * (@andersshowphoto)
 * [12 years, 6 months ago](https://wordpress.org/support/topic/wrong-recipients/#post-4352381)
 * No it’s not that. If you use cc the subscribers should see all other subscribers,
   but in this case he can only see one. The problem is that it is another one.
 * Is it possible that I can send you some screen dumps?
 * Anders
 *  Thread Starter [AndersShowPhoto](https://wordpress.org/support/users/andersshowphoto/)
 * (@andersshowphoto)
 * [12 years, 6 months ago](https://wordpress.org/support/topic/wrong-recipients/#post-4352390)
 * Hi again.
    Here You have the source of one e-mail that I think can show you the
   problem Delivered-To is not the same e-mail address as the one in the To-pareameter.
 * Anders
 *     ```
       Delivered-To: <strong>anders.lonnquist@gmail.com</strong>
       Received: by 10.112.130.228 with SMTP id oh4csp205538lbb;
               Mon, 25 Nov 2013 13:33:33 -0800 (PST)
       X-Received: by 10.14.199.197 with SMTP id x45mr38278261een.8.1385415212910;
               Mon, 25 Nov 2013 13:33:32 -0800 (PST)
       Return-Path: <postmaster@showphoto.se>
       Received: from mail-out2.b-one.net (mail-out2.one.com. [91.198.169.19])
               by mx.google.com with ESMTP id k4si28028842eep.232.2013.11.25.13.33.32
               for <anders.lonnquist@gmail.com>;
               Mon, 25 Nov 2013 13:33:32 -0800 (PST)
       Received-SPF: neutral (google.com: 91.198.169.19 is neither permitted nor denied by best guess record for domain of postmaster@showphoto.se) client-ip=91.198.169.19;
       Authentication-Results: mx.google.com;
              spf=neutral (google.com: 91.198.169.19 is neither permitted nor denied by best guess record for domain of postmaster@showphoto.se) smtp.mail=postmaster@showphoto.se
       Received: from localhost.localdomain (web170.local.one.com [10.246.64.170])
       	by mail-out2.b-one.net (Postfix) with ESMTP id 9D7C519487;
       	Mon, 25 Nov 2013 22:33:32 +0100 (CET)
       Received: from 217.210.53.172 by showphoto.se via /wp-admin/admin.php with HTTP; Mon, 25 Nov 2013 21:33:32 +0000
       To: <strong>anders.media@hpe.se</strong>
       Subject: Testing Testing
       X-PHP-Originating-Script: 1152000:Nette.min.php
       MIME-Version: 1.0
       X-Mailer: Nette Framework
       Date: Mon, 25 Nov 2013 21:33:32 +0000
       From: =?UTF-8?B?QW5kZXJzIHDDpSBzaG93cGhvdG8uc2U=?= <newsletter@showphoto.se>
       Message-ID: <1t6k25u9ll@showphoto.se>
       Content-Type: multipart/alternative;
       	boundary="--------npp21px1sz"
   
       ----------npp21px1sz
       Content-Type: text/plain; charset=UTF-8
       Content-Transfer-Encoding: 8bit
   
       Anders på showphoto.se
   
       Testing Testing
        sldkfslkdjflskdjflsdkjfl
       ----------npp21px1sz
       Content-Type: text/html; charset=UTF-8
       Content-Transfer-Encoding: 8bit
       ```
   
 *  [latorante](https://wordpress.org/support/users/latorante/)
 * (@latorante)
 * [12 years, 6 months ago](https://wordpress.org/support/topic/wrong-recipients/#post-4352408)
 * Yes, because it uses Bcc, as I said, not CC, but Bcc.
 * [More info here.](http://en.wikipedia.org/wiki/Blind_carbon_copy)
 * And again, as I said before, I was thinking about putting an option in settings,
   allowing sending all emails separatly – which si probably what you are loooking
   for, but – sending for example 1000 e-mails to 1000 subscribers – that’s an overkill
   isn’t it.
 * In upcomming version, there will be e-mail queue, to meet these high numbers 
   of subscribers. WIP
 * Regards,
    Mart
 *  Thread Starter [AndersShowPhoto](https://wordpress.org/support/users/andersshowphoto/)
 * (@andersshowphoto)
 * [12 years, 6 months ago](https://wordpress.org/support/topic/wrong-recipients/#post-4352434)
 * Yes, I understand that, but isn´t it possible to use only Bcc and not the To-
   field (or CC)? I can do that in my mail client (Thunderbird) and it work perfectly.
 * Regards,
    Anders
 *  [latorante](https://wordpress.org/support/users/latorante/)
 * (@latorante)
 * [12 years, 6 months ago](https://wordpress.org/support/topic/wrong-recipients/#post-4352437)
 * Yes that is possible 🙂 but not sure of the consequences, won’t some e-mail providers
   put you in as a spambot? I’ll think about it, maybe I’ll put an option in settings
   to use that option!
 * Have a nice day,
    Mart
 * _P.S.: Say hi for me to “SuperRetards” :)) motard group from Sweden._
 *  Thread Starter [AndersShowPhoto](https://wordpress.org/support/users/andersshowphoto/)
 * (@andersshowphoto)
 * [12 years, 6 months ago](https://wordpress.org/support/topic/wrong-recipients/#post-4352519)
 * Hi Mart
    Sorry for being so annoying. But your plugin is just what I want. I 
   really want to make it work.
 * I just want to communicate my progress here. Do you have any comments, I will
   be grateful, as my WP knowledge is not the best.
 * So far I have seen that the plugin NextGEN Gallery by Photocrati is in conflict
   with Simple Subscribe. No problem with me. I can use another Gallery plugin.
 * However I still get error message when NextGEN is deactivated:
    Unable to send
   email: set_time_limit(): Cannot set time limit due to system policy.
 * When I deactivated all plugins except yours I still get error message:
    Unable
   to send email.
 * I have send this to One.coms support.
 * If you have any comments please let me know.
 * Regards
    Anders PS: Eric from SuperRetards says hi to you 😉
 *  Thread Starter [AndersShowPhoto](https://wordpress.org/support/users/andersshowphoto/)
 * (@andersshowphoto)
 * [12 years, 6 months ago](https://wordpress.org/support/topic/wrong-recipients/#post-4352520)
 * Sorry I posted my previous post in the wrong place 🙁
    Anders

Viewing 11 replies - 1 through 11 (of 11 total)

The topic ‘Wrong Recipients’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/simple-subscribe_99d436.svg)
 * [Simple Subscribe](https://wordpress.org/plugins/simple-subscribe/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/simple-subscribe/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/simple-subscribe/)
 * [Active Topics](https://wordpress.org/support/plugin/simple-subscribe/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/simple-subscribe/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/simple-subscribe/reviews/)

## Tags

 * [recipients](https://wordpress.org/support/topic-tag/recipients/)

 * 11 replies
 * 2 participants
 * Last reply from: [AndersShowPhoto](https://wordpress.org/support/users/andersshowphoto/)
 * Last activity: [12 years, 6 months ago](https://wordpress.org/support/topic/wrong-recipients/#post-4352520)
 * Status: resolved