Kryptronic Software Support Forum

You are viewing this forum as a guest. Login to an existing account, or create a new account, to reply to topics and to create new topics.

#1 10-07-2014 10:02:38

dskowron
Member
Registered: 11-26-2008
Posts: 138

Email Subscriptions sending multiple copies

Hi. I sent out an email to one of my subscription lists and I received 15 copies of it in my inbox, and they were all addressed to my email. I only have the one admin account and so I was wondering why I got so many copies of the email?

TIA

Offline

 

#2 10-08-2014 07:51:02

webmaster
Administrator
From: York, PA
Registered: 04-20-2001
Posts: 19798
Website

Re: Email Subscriptions sending multiple copies

Check your settings under System > Component > Settings > Mail Settings.  Also, be sure your mail server is set up to send mail off-server.  If it's not, you might be getting copies of mail which cannot be sent.


Nick Hendler

Offline

 

#3 10-08-2014 08:36:59

dskowron
Member
Registered: 11-26-2008
Posts: 138

Re: Email Subscriptions sending multiple copies

There is only one real setting in the System > Component > Settings > Mail Settings screen and it is set to my email address. The other two items in there are the opt-out messages. My email server is indeed set to send mail off-server. The other 1800 or so people in my subscription list are receiving the emails. It's just that I am receiving 15 copies immediately after I send a message to the subscribers.

Offline

 

#4 10-09-2014 08:21:03

webmaster
Administrator
From: York, PA
Registered: 04-20-2001
Posts: 19798
Website

Re: Email Subscriptions sending multiple copies

And those mails are all addressed to the same address in the settings?  Do all the headers match?


Nick Hendler

Offline

 

#5 10-09-2014 08:42:49

dskowron
Member
Registered: 11-26-2008
Posts: 138

Re: Email Subscriptions sending multiple copies

Yes, except for the X-Received header entry. The ID changes in that entry.  They all have the same external time-stamp also. 16 copies of the email.

Offline

 

#6 10-09-2014 08:59:23

webmaster
Administrator
From: York, PA
Registered: 04-20-2001
Posts: 19798
Website

Re: Email Subscriptions sending multiple copies

I've just checked the code.  Forgive me as that's something I wrote and forgot about nearly 7 years ago.  It's remained pretty much untouched since v6.  On some mail setups you, as the sender, will get a copy of each batch message that goes out.  You're getting 1 message now for every 100 addresses being sent to on the list.


Nick Hendler

Offline

 

#7 10-09-2014 09:46:04

dskowron
Member
Registered: 11-26-2008
Posts: 138

Re: Email Subscriptions sending multiple copies

So how can I make it stop?

Offline

 

#8 10-10-2014 07:56:09

webmaster
Administrator
From: York, PA
Registered: 04-20-2001
Posts: 19798
Website

Re: Email Subscriptions sending multiple copies

The messages need to be addressed to someone so it can't be stopped.  The way they're batched is the message is sent to you and 100 recipients are BCC'ed on it.  Really you should be using an outside service to send these types of messages.  The mail list functionality in our software is deprecated and will be removed in a future version in lieu of integrations with constant contact, mail chimp and icontact.


Nick Hendler

Offline

 

#9 10-10-2014 09:06:53

dskowron
Member
Registered: 11-26-2008
Posts: 138

Re: Email Subscriptions sending multiple copies

I'm glad I don't have all 15,000-plus customers subscribed. I agree. Remove handy functionality that we'll then have to go outside and pay for. Why be able to do it all from one interface. That's just silly.

Offline

 

#10 11-28-2015 16:31:15

tmfrs
Member
Registered: 01-12-2011
Posts: 14

Re: Email Subscriptions sending multiple copies

I have a similar problem using the PHP mail function. SMTP stopped working for some reason a few days ago. I received about 15 copies of the sent email, but on top of that each email had in the TO field the email address of all the customers it was sent to i.e. they weren't BCC'ed. Customers also received emails with other customers' addresses showing. Any idea what's wrong?

Thank you.

Offline

 

#11 11-30-2015 09:15:28

webmaster
Administrator
From: York, PA
Registered: 04-20-2001
Posts: 19798
Website

Re: Email Subscriptions sending multiple copies

tmfrs: You're likely using PHP mail() as your mail option, which on some servers does not support BCC.  Run your software installer and change your mail option to sendmail or SMTP.  You shouldn't update your software when running the installer, unless you want to, and after you've made the mail change, you can close the installer out (no need to finish beyond that point).

all: Mail list functionality is not present in V9 in the same capacity as in previous versions.  V9 has the ability to maintain your list, export it to CSV, and even sync it with outside services which send mail, but does not have the ability to send bulk mail itself.


Nick Hendler

Offline

 

Board footer