Author Topic: Mibew Gmail  (Read 6516 times)

0 Members and 1 Guest are viewing this topic.

walterlovale

  • Jr. Member
  • **
  • Posts: 1
Mibew Gmail
« on: November 08, 2012, 06:08:30 AM »
How to configure Mibew to use gmail for sending system messages (conversation history, among others)?

bobscan

  • Full Member
  • ***
  • Posts: 10
Re: Mibew Gmail
« Reply #1 on: December 05, 2012, 07:47:28 PM »
construct a cron script that can send an email with postfix.

have it select 'threadid' from the database table 'chatthreads' where 'dtmcreated' > $last_run.

for each row of the mysql query result, append the following link in the email:

https://yourChatWebDomain.com/operator/threadprocessor.php?threadid=$threadid