Hi,
I have checked Backend > Components > EasyBlog > Email Activities and the only email address is the site admin.
"Send emails on page load" is enabled.
However, when I go to Posts and try to resend notifications, I get this error:
Error: 1253
COLLATION 'utf8_unicode_ci' is not valid for CHARACTER SET 'utf8mb4' SQL=insert into `#__easyblog_mailq` (`mailfrom`,`fromname`,`recipient`,`subject`,`created`,`status`,`template`,`data`,`param`) SELECT 'mark.hammond@key2.org.uk' as `mailfrom`,'Key2 Info' as `fromname`, x.`email` as `recipient`,'New blog post - Breaking through - moving...' as `subject`,'2017-02-13 11:02:25' as `created`, 0 as `status`, 'post.new' as `template`, '{\"blogTitle\":\"Breaking through - moving on from child sexual exploitation\",\"blogAuthor\":\"James Arimura\",\"blogAuthorAvatar\":\"http:\\/\\/http://www.key2info.org.uk\\/images\\/easyblog_avatar\\/827_IMG_2203.JPG\",\"blogAuthorLink\":\"http:\\/\\/www.key2info.org.uk\\/blogger\\/james-arimura\",\"blogAuthorEmail\":\"James.Arimura@key2.org.uk\",\"blogIntro\":\"<p dir=\\\"ltr\\\"><strong>Another video resource is now available providing valuable advice to young people, parents and support services on how previous victims of sexual exploitation have managed to move on.<\\/strong><\\/p>\\n<p><br>The short video can be watched via youtube <a href=\\\"https:\\/\\/http://www.youtube.com\\/watch?v=AItnP55q54c&feature=youtu.be\\\">here<\\/a>. To find out more about Child Sexual Exploitation, you can also go to the <a href=\\\"http:\\/\\/basisyorkshire.org.uk\\/\\\">website for Basis<\\/a>, an organisation that focuses on providing safety, information and support for those affected.<\\/p>\",\"blogContent\":\"\",\"blogCategory\":\"General\",\"blogLink\":\"http:\\/\\/http://www.key2info.org.uk\\/entry\\/general\\/breaking-through-moving-on-from-child-sexual-exploitation\",\"blogDate\":\"Friday, 10 February 2017\",\"blogCover\":\"http:\\/\\/http://www.key2info.org.uk\\/images\\/easyblog_articles\\/685\\/0a1a71655aadb328dd8d301b2d501cf9.png\"}' as `data`, concat('{"email":"', x.email, '","unsubscribe":"1"}') as `param` FROM (select a.`email` COLLATE utf8mb4_unicode_ci AS `email` from `#__users` as a where a.`block` = 0 and a.`id` NOT IN (17,124,833,850) UNION select a1.`email` COLLATE utf8_unicode_ci AS `email` FROM `#__easyblog_subscriptions` as a1 WHERE a1.`user_id` = '0') as x where x.email NOT IN ('James.Arimura@key2.org.uk','mark.hammond@key2.org.uk')