After delivering, read the Postmark response off the message: `message = UserMailer.welcome(@user); message.deliver_now; message.postmark_response` exposes the API response including the message ID, and `message.message_id` gives the standard Message-ID. Alternatively, read the `X-PM-Message-Id` hea…
After delivering, read the Postmark response off the message: `message = UserMailer.welcome(@user); message.deliver_now; message.postmark_response` exposes the API response including the message ID, and `message.message_id` gives the standard Message-ID. Alternatively, read the `X-PM-Message-Id` hea…