solved NewsLetters

Dazed
Dazed
@dazed
7 years ago
1,022 posts
Ok it has been awhile since I have sent a newsletter but for the life of me, aside from the admin test email, I have nothing going out.

Attached are the settings I used but when I look at the browser...

Subject Sent Recipients Stats Delete
Subjects 09/16/17 12:14:17PM 0


updated by @dazed: 12/15/17 09:26:47PM
Dazed
Dazed
@dazed
7 years ago
1,022 posts
Resolved - queues were all paused for some reason after the upgrade to current JR Versions.
brian
@brian
7 years ago
10,148 posts
I see it working on your site. I just looked in your DB and I see the "prep_newsletter" worker is working and creating the queue entries.

The newsletters work like this:

- you submit the form
- the "prep_newsletter" worker goes to work gathering up all the users that COULD be sent a newsletter based on your criteria
- filtering happens
- the prep_newsletter worker creates new "send_newsletter" queues
- when all is complete, the "send_newsletter" worker picks up and starts working to do the actual sending

Note as well: Any newsletters sent to Yahoo, AOL and Hotmail users will "trickle out" over several hours. These systems have rate limiting in place - this means if we were to send them all at once, most of the emails to those systems would be dropped. So in a big send, if you have hundreds of users with yahoo, AOL and Hotmail addresses, it could be 10-12 hours before all newsletters queues are fully worked.

Let me know if that helps.


--
Brian Johnson
Founder and Lead Developer - Jamroom
https://www.jamroom.net
brian
@brian
7 years ago
10,148 posts
Dazed:
Resolved - queues were all paused for some reason after the upgrade to current JR Versions.

https://www.jamroom.net/the-jamroom-network/forum/announcements/53689/jamroom-61-has-been-released

No one bothers to read my posts ... lol


--
Brian Johnson
Founder and Lead Developer - Jamroom
https://www.jamroom.net
Dazed
Dazed
@dazed
7 years ago
1,022 posts
well the sad thing is I thought this was just a regular incremental release! ok now I have some playing to do. :)