Email confirmations to t_order_seat_hist?

Should email confirmations sent either from the client or the web be written to t_order_seat_hist with the event code "confirmation"? Or does that only happen when the Order Confirmations report is run? Is there any other way to see when an email confirmation was generated (besides looking at the timestamp on the email itself)?

Parents Reply
  • Hey Nick. We are having issues with email confirmations when people order online. Some are getting their confirmations. Some say they aren't getting the confirmation. We don't see web confirmations in the Contact Log at all. We only see the confirmations that we generate ourselves for phone orders. So what would we need to do on our end that would make the web confirmations register in the contact log along with the ones we send ourselves? Please don't say custom code in the Web API cause that's expensive. 

    Thanks in advance. 

Children
  • Hi Adria,

    All I know is that TNEW does not write order confirmation emails to the T_LOG_ORDER_EMAIL table. It seems the method of sending the email through the client is different from the method for sending via the Web API.

    An enhancement request should probably be made for emails sent from the SendOrderConfirmationEmail method to be logged to that table.