• Resolved Elliot Taylor

    (@raisonon)


    Hello – Mandrill has scheduled downtime so I want to use the log and pro resender plugin to resend emails that are not delivered by mandrill.

    I have two questions:

    1. Alongside wp_mail() I also have the mandrill PHP library in my code and send emails via that. Is there any build in hooks or process I can use to add these emails to the log? Or should I be adding them direct to the database with my own code?

    2. When Mandrill has downtime it will return a json object with an error for emails that are not delivered. Is there anything in place at the moment that checks for result returned by server and then displays this in the interface or should this be something I custom build?

    Thanks for the help in advance!

Viewing 1 replies (of 1 total)
  • Plugin Author Sudar Muthu

    (@sudar)

    Hello @raisonon

    Right now it is not possible to push additional entires into the email log directly from the code.

    But the log entires are stored in the DB in a seperate table. You can write code to directly add rows to this table.

Viewing 1 replies (of 1 total)
  • The topic ‘Can I push additional emails into the log?’ is closed to new replies.