Mass email not working. Email not working period.

Mass email not working. Email not working period.

This question is answered

We are running Telligent 6.0 and mass email is not working. We have checked both the mg_emailqueue and mg_bulkemailqueue. Both tables are empty. There is nothing in the event log or exception report. How do we debug this issue. Also, when we try to send an email via code using Queue method on the IEmailQueuingService we get a return value of true but no email is sent. Any help would really be appreciated as we've been stuck on this for over a day now.

Thanks,

Jean

Verified Answer
  • Hi, those tables are no longer used in 6.0.

    Emails are generated & queued up as dynamic jobs in the Job Scheduler.

    To look at the dynamic job queue, you can check the following tables to look for emails:

    QRTZ_DYNAMIC_TRIGGERS

    QRTZ_DYNAMIC_JOB_DETAILS

    QRTZ_DYNAMIC_FIRED_TRIGGERS

    Hope this helps.

    Adam

All Replies
  • Hi, those tables are no longer used in 6.0.

    Emails are generated & queued up as dynamic jobs in the Job Scheduler.

    To look at the dynamic job queue, you can check the following tables to look for emails:

    QRTZ_DYNAMIC_TRIGGERS

    QRTZ_DYNAMIC_JOB_DETAILS

    QRTZ_DYNAMIC_FIRED_TRIGGERS

    Hope this helps.

    Adam

  • Hey,

       Yep that steered me in the right direction. Thank you much. It turns out the Job scheduler was running but the connection string config had the wrong connection string. I wonder why it did not throw any errors in the reports.

    Thanks,

    Jean

  • If the connection string was wrong, the Job Scheduler wouldn't have been able to connect to the database to record the errors.