Hey all,
I have a custom form that provides member to member emailing for various purposes but I also need to log those messages into the PM system so users can track communications from their Messages inbox component. I see I can trigger this via messages_new_message( $args ) somehow but I don’t want any email notifications to be sent. I do want other BP notifications sent just not PMs from this particular message creation. I’ve seen suggestions of removing the messages_message_send action but won’t that also block the message from being saved. I’ve looked through many threads but haven’t found a clear path. Any assistance here would be amazing.