by thefly73 » 3:54pm, Thu 18 Jul, 2013
Hello everyone,
I got the same / similar problem.
I send a mail message for the first time, then, I go to messages > sent, modify it a little and requeue it, so that the same email can be sent again to the same list (not only to new subscribers but to all the users of that list).
I want that other coworkers will be able to edit and resend the same mail to the same list again, after some days or months.
I also set define("USE_REPETITION",1) in the config file.
But when I process the queue, the report says that :
Started
Sending in batches of 360 emails
Processing has started, 1 message(s) to process.
Please leave this window open. You have batch processing enabled, so it will reload several times to send the messages. Reports will be sent by email to [myemail here]
Processing message 12
Looking for users
Found them: 0 to process
Processed 0 out of 0 users
Hmmm, No users found to send to
It took 5 secs to send this message
Script stage: 3
Finished, Nothing to do
Finished, All done
Notice that the 1 message to process is the message to me, which is a report of the sending process, which it was not sent (because no mailing happened at all).
Currently it seems to me that the only way to send a message twice is to copy source code from the first message and create a new message (which is something I would not like, I need some very easy operation to allow my coworkers to operate very easily).
Hope I was clear, waiting for your kind feedback, thank you
Andrea