Has anyone been able to figure out if an e-mail sent via HTML templates/REST API gets logged anywhere in the database? As we are testing, it's really frustrating when an e-mail doesn't come through that I can't figure out if it was actually sent and just caught in a quarantine folder or if it failed to send.
Thanks for any insights!
Madeline
Do they not get logged on Connections>Contact Log?
Michele Keutsch said:Do they not get logged on Connections>Contact Log?
Yep; according to support the REST auths should be logged there starting w 15.1.
Another option is msdb..sysmail_sentitems, and msdb..sysmail_event_log.
Chris Jensen Since we're still on v15.0.2 I'm assuming I need to add a query to the LP that AP_CONTACT_LOG pulls from if I want to have REST e-mails sent reflected in the Contact Log prior to upgrade. Is that an accurate assumption?
Madeline Dummerth (Past Member) said:I'm assuming I need to add a query to the LP that AP_CONTACT_LOG
I've never modified LP_CONTACT_LOG myself, but, yes, looks like that would do what you want!