Notifications
Clear all

Limited Support

Our team is currently on holiday, so support will be limited during this period. Response times may be slower than usual, and some inquiries may be delayed.
We appreciate your patience and understanding, and we’ll resume our usual support by the end of August.

 

[Solved] Mail Queue Question

4 Posts
2 Users
0 Reactions
1,081 Views
Posts: 1599
Topic starter
(@anonymous20)
Noble Member
Joined: 9 years ago

Hi guys.

Recently i was asked by someone to help dealing with high email out (smtp) with his wpForo installation (that i suggested to him a few months back). It seems he runs a small hosting plan and his provider has some restrictions with email via smtp.

I have a technical question, since i'm stuck. Some plugin he has installed, intercepts all wp_mail calls and sends all email to a queue. Then cron takes care the rest. It seems to work, BUT not for moderated posts. After he approves a post (for new people), the notification are somehow lost. Not in queue, not shown as failed.

So, my question is does an approved post still uses wp_mail call or something else ? I'm not a programmer, please do not reply too technically.

Thanks

3 Replies
Sofy
Posts: 5483
 Sofy
Admin
(@sofy)
Support Team
Joined: 8 years ago

ok Anonymous20,

I'll ask this question to wpForo developers and let you know asap. 

Sofy
Posts: 5483
 Sofy
Admin
(@sofy)
Support Team
Joined: 8 years ago

yes @anonymous20,

wpForo doesn't have own email functions, it just uses WordPress wp_mail() function.

1 Reply
(@anonymous20)
Joined: 9 years ago

Noble Member
Posts: 1599

Thanks Sofy.