Internal Messages and Emails

Hi guys just a quick one, If one user sends a message to another user, does that user receive an email notification to say they have a new message?


Or just the pop down window in the admin?

Yes, but only if your system is configured to do so.


Internal messages sent between users are of type inbox.message. To ensure these are being sent via email, edit you data/private/conf/messaging_service.conf file and ensure that inbox.* is listed in the SQ_MS_SEND_MAIL_WHITE_LIST.

contents of that file as follows:

    define('SQ_MS_LOG_TO_FILE_WHITE_LIST', '*');
    define('SQ_MS_LOG_TO_FILE_BLACK_LIST', 'asset.attributes
    asset.workflow.invitation
    asset.workflow.announce');
    define('SQ_MS_LOG_TO_DB_WHITE_LIST', '*');
    define('SQ_MS_LOG_TO_DB_BLACK_LIST', 'asset.attributes.fulllog
    asset.workflow.invitation
    asset.workflow.announce
    install.*');
    define('SQ_MS_SEND_MAIL_WHITE_LIST', 'asset.locking.forced
    config.*
    hipo.*
    inbox.*
    asset.status.notify
    asset.workflow.invitation
    asset.workflow.announce
    asset.workflow.stale');
    define('SQ_MS_SEND_MAIL_BLACK_LIST', '');


It appears to have that inside it, but seems not to be sending email....

hmmmmm

That looks fine. I've just tested that feature out on my copy and it's working fine. You sure your server is sending mail?

Cool, well I have been having troubles with the send engines and relaying through gateways, so I might just blow the virtual machine away and start again