*

rooman

  • *****
  • 253 posts
Send a message to the mail alerting you of a new message
« on: April 27, 2025, 12:45:00 PM »
Instant Messenger Plugin
Hello
The problem is that when a message is sent from one member, the other member is not notified of a new message. Does the plugin support this? If not, how can this problem be resolved?
Or is it even possible to send a new message once for each new conversation?
Thank you.

*

MB Themes

Re: Send a message to the mail alerting you of a new message
« Reply #1 on: April 27, 2025, 03:43:10 PM »
Yes plugin send notifications.
Double check your mail server.
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots

*

rooman

  • *****
  • 253 posts
Re: Send a message to the mail alerting you of a new message
« Reply #2 on: April 27, 2025, 03:50:59 PM »
Yes plugin send notifications.
Double check your mail server.

The mail server is working, no problem. When a user registers, a message is sent to the administrator. The test process is successful. No problem. However, the plugin does not send any emails.

*

MB Themes

Re: Send a message to the mail alerting you of a new message
« Reply #3 on: April 28, 2025, 11:30:10 AM »
Correct, plugin does not send emails.
All emails are sent by osclass core.
You will need to enable debug mode for mails and trace it.
https://docs.osclass-classifieds.com/debug-mode-php-errors-and-database-logs-i72

Code: [Select]
PHPMAILER_DEBUG_LEVEL
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots

*

rooman

  • *****
  • 253 posts
Re: Send a message to the mail alerting you of a new message
« Reply #4 on: April 28, 2025, 02:05:29 PM »
Correct, plugin does not send emails.
All emails are sent by osclass core.
You will need to enable debug mode for mails and trace it.
https://docs.osclass-classifieds.com/debug-mode-php-errors-and-database-logs-i72

Code: [Select]
PHPMAILER_DEBUG_LEVEL

Thank you all