Mibew Messenger Community

General => Support => Topic started by: walterlovale on November 08, 2012, 06:08:30 AM

Title: Mibew Gmail
Post by: walterlovale on November 08, 2012, 06:08:30 AM
How to configure Mibew to use gmail for sending system messages (conversation history, among others)?
Title: Re: Mibew Gmail
Post by: bobscan 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