10392 Posts in 2202 Topics by 1713 members
|
Page:
1
|
Go to End | |
| Author | Topic: | 144 Views |
-
Newsletter SS3 - Getting newsletters to SEND!

12 March 2013 at 9:57am
Hey Team,
Have installed newsletter via composer, and also installed message-queue and added the following to my _config.php
MessageQueue::add_interface("default", array( "queues" => "/.*/", "implementation" => "SimpleDBMQ", "encoding" => "php_serialize", "send" => array( "onShutdown" => "all" ), "delivery" => array( "onerror" => array( "log" ) )));
(I'm not sure if "default" is meant to be a placeholder for the intended configuration.)
As per the doc on GitHub.
My problem is, the messages are Queued for Sending, but remain in a "Sending" state... and never actually send.
If someone can help me out I will happily document getting newsletter/messagequeue working together nicely and submit it back to SilverStripe so people have a guide to follow in future.
-
Re: Newsletter SS3 - Getting newsletters to SEND!

15 March 2013 at 9:58am Last edited: 15 March 2013 10:07am
Would also really like to know how to sort this out. I can't seem to find any error logs or debugging information is to why they are not sending. If I remove message-queue (as its not required, only recommended ) I just get a "Failed" message instead of "Sending".
I also note that under the Sent Newsletter tab, clicking on a previous newsletter it says "Send To (none)" instead of the mail list it was supposed to use.
This is on the latest 3.05 install.
| 144 Views | ||
|
Page:
1
|
Go to Top |


