Delivered time fetch from delivery logs

{“type":“Delivery”,“id”:“641c914ed17811ee963a0aa6b44afef4”,“sender”:"test@custd.pinchappmails.com,“recipient”:"anshukla60@gmail.com",“queue”:"custd.pinchappmails.com@gmail.com!smtp.mailgun.org",“site”:“mailgunrepo3-ip-4->smtp.mailgun.org@smtp_client”,“size”:273,“response”:{“code”:250,“enhanced_code”:null,“content”:“Great success”,“command”:“.\r\n”},“peer_address”:{“name”:“smtp.mailgun.org.”,“addr”:“34.160.13.42”},“timestamp”:1708602552,“created”:1708602550,“num_attempts”:0,“bounce_classification”:“Uncategorized”,“egress_pool”:“mailgunrepo3”,“egress_source”:“mailgunrepo3-ip-4”,“feedback_report”:null,“meta”:{“authn_id”:“mailgun_auth”,“tenant”:“custd.pinchappmails.com”,“routing_domain”:“smtp.mailgun.org”,“authz_id”:“mailgun_auth”},“headers”:{“Subject”:“test Thu, 22 Feb 2024 17:19:10 +0530”},“delivery_protocol”:“ESMTP”,“reception_protocol”:“ESMTP”,“nodeid”:“aa2e6bbb-a3c4-41b3-8d4d-2c7d8c044622”,“tls_cipher”:“TLS13_AES_128_GCM_SHA256”,“tls_protocol_version”:“TLSv1_3”,“tls_peer_subject_name”:[“C=US”,“ST=Texas”,“L=San Antonio”,“O=MAILGUN TECHNOLOGIES, INC”,“CN=*.mailgun.org”]}

Hey there @youthful-zorse, thanks for posting. Please read the “Troubleshooting” and “How to Ask for Help” buttons below. If you would like a 1:1 support session from the KumoMTA team, details are at the “Book a Support Session” button below.

@yearning-hyena can you help me in this please

You posted a log line and did not ask a question. I’m not sure what help you are looking for.

“timestamp”:1708602552,“created”:1708602550,"
I want to know which will be the delivered_time to the recepient domain

thank you but will give us the vendor deliver time as well

Define “vendor deliver time”

let suppose I am routing the mail to SES in that case what will be my delivered time

Your delivered event timestamp is when it was delivered to SES.

If you are asking when SES delivered it, you will have to check their data.

// The time at which this record was generated, expressed
// as a unix timestamp: seconds since the unix epoch
“timestamp”: 1678069691,

// The time at which the message was received, expressed
// as a unix timestamp: seconds since the unix epoch
"created": 1678069691,

in the above doc there are 2 fileds, as per my understanding I am assuming that it timestamp which will be the delivered time

Correct, Timestamp is when the message was delivered to SES.

thank you for the explaination @yearning-hyena