MyBB Community Forums

Full Version: Email to users who subscribed to a forum is blank
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I am posting a new thread from a task I wrote to read from a web service.

The thread is added properly and an email is generated for those who are subscribed to the thread; however, the email has no subject and no content.

I am calling

$plugins->run_hooks("newthread_do_newthread_end");


at the end of the task, but this does not seem to have the desired effect.

Any suggestions on what I am missing to properly set the content for the email message that is generated?

All set - I was missing the messages language import.