Notifications
Clear all

wpForo 1.x.x [Closed] Admin Emails are working fine but no notifications to users

6 Posts
3 Users
0 Likes
2,551 Views
Posts: 6
Topic starter
(@bstein)
Active Member
Joined: 6 years ago

Hello,

 

I'm using sendgrid to deliver my emails.  All admin emails are going out just fine, interestingly they're going from and to the same address, but the individual notification emails aren't going out.  I've verified in the sendgrid activity that they're not being generated at all.  I checked they're enabled, created a new subscription, etc but don't really know where else to look.  I realize the range of options can be challenging but I'm hoping the fact that all the admin emails work flawlessly and none of the user emails work might be  a hint as to the source of the problem.

 

Thanks

Ben

5 Replies
Robert
Posts: 10503
Admin
(@robert)
Support Team
Joined: 8 years ago

Hi Benjamin,

wpForo doesn't have its own email functions. It uses WordPress's wp_mail() function. if sendgrid is well codded and if it uses all wp_mail() hooks, it should work with wpForo notifications too. wpForo email settings are located in Dashboard > Forums > Settings > Emails admin page. You can set custom FROM email and FROM name for notification emails.

Posts: 6
Topic starter
(@bstein)
Active Member
Joined: 6 years ago

Robert,

Thanks for the reply.  I went and looked in functions.php and saw you're using wp_mail().  All other email is being delivered properly and one half of the WPForo's email is also being delivered properly.  I'm pretty confident this isn't an issue with SendGrid or the SendGrid integration.  The other piece of data I've gained since is that when the 'Enable Subscription Confirmation' setting is turned on it seems that more email is delivered, including notifications of new posts.  I'm not certain if more than that is being delivered but at least new posts are being notified at that point.  

 

Ben

Posts: 6
Topic starter
(@bstein)
Active Member
Joined: 6 years ago

Hi,

I'm still looking for help on this.  I've installed a hook to log all wp_mail invocations.  I'm seeing that some email is simply not being generated.  Here's an example where both recipients received notification as they should have:

2018-04-17 16:45:44 96.127.179.210 webmaster@pxxxx.com Please Moderate: New Reply   From: Panbo - Forum    
2018-04-17 16:45:44 96.127.179.210 sxxxx@sxxxxs.com Please Moderate: New Reply   From: Panbo - Forum

But then here only webmaster received the email:

2018-04-17 15:24:21 96.127.179.210 webmaster@pxxxx.com Please Moderate: New Topic   From: Panbo - Forum

I'm stumped.  Sometimes the emails are generated as they should be, other times they aren't.  Every email that makes it to a succesful invocation of wp_mail is delivered without any problems.  It just seems as though sometimes wpForo isn't generating the emails. 

 

Ben

Posts: 1602
(@anonymous20)
Noble Member
Joined: 8 years ago

You could install this:

https://wordpress.org/plugins/post-smtp/

and check their logs for everything. It has helped me debug email problems some times. It is the old PostMan  plugin.

Page 1 / 2