*

Web

  • ****
  • 183 posts
Instant messenger notification
« on: April 14, 2020, 10:56:37 AM »
@mbthemes

How to send sms notification in instant messenger?

*

MB Themes

Re: Instant messenger notification
« Reply #1 on: April 16, 2020, 12:23:01 PM »
@Web
These plugins are not connected in any way.
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots

*

Web

  • ****
  • 183 posts
Re: Instant messenger notification
« Reply #2 on: April 16, 2020, 01:32:57 PM »
@Web
These plugins are not connected in any way.

Sms notification plugin (Osclass market) Sending notifications in instant messenger new messages


Instant messenger email.php

if($mobile_found){
    $name = $send_to_user_name; //Get User Name
    $item_url = osc_item_url(); //Get Url of Item Published
    $msg = sprintf(__("Dear %s,%s Has sent you message for %s", "smsalert"), $name, $send_from_user_name, $thread_url);
    //Message Here
    smsalert_sendmsg($mobile, $msg);
    }