killmenot / nodemailer-postmark-transport

Postmark transport for Nodemailer
MIT License
32 stars 12 forks source link

feat: Add originalResults field to the SendMessageInfo #24

Closed danielmcconville closed 11 months ago

danielmcconville commented 11 months ago

This pull request adds an originalResults field to the SendMessageInfo interface in the nodemailer-postmark-transport module. This field will contain the original Postmark results of the message sending operation which retains the order of results so they can be matched with the submitted messages.