Meteor Issues Sending Mail with Postmark

Hi, I am trying to send notification mails with Postmark, and sometimes when I do, It goes and another time within minutes, it gives me this in my console:

Exception while invoking method 'sendVerificationLink' Error: getaddrinfo ENOTFOUND smtp.postmarkapp smtp.postmarkapp:25
I20170412-06:18:48.219(1)?     at Object.Future.wait (C:\Users\MartinDev\AppData\Local\.meteor\packages\meteor-tool\1.4.3_2\mt-os.windows.x86_32\dev_bundle\server-lib\node_modules\fibers\future.js:449:15)
I20170412-06:18:48.234(1)?     at smtpSend (packages\email.js:108:37)
I20170412-06:18:48.242(1)?     at Object.Email.send (packages\email.js:211:5)
I20170412-06:18:48.246(1)?     at Object.Email.send (packages\meteorhacks_kadira.js:3498:28)
I20170412-06:18:48.254(1)?     at AccountsServer.Accounts.sendVerificationEmail (packages/accounts-password/password_server.js:808:9)
I20170412-06:18:48.263(1)?     at [object Object].Meteor.methods.sendVerificationLink (server/sendVerification-link.js:24:29)
I20170412-06:18:48.272(1)?     at [object Object].methodMap.(anonymous function) (packages\meteorhacks_kadira.js:2731:30)
I20170412-06:18:48.281(1)?     at maybeAuditArgumentChecks (packages/ddp-server/livedata_server.js:1737:12)
I20170412-06:18:48.289(1)?     at packages/ddp-server/livedata_server.js:719:19
I20170412-06:18:48.295(1)?     at [object Object]._.extend.withValue (packages\meteor.js:1122:17)
I20170412-06:18:48.301(1)?     - - - - -
I20170412-06:18:48.307(1)?     at errnoException (dns.js:27:10)
I20170412-06:18:48.313(1)?     at GetAddrInfoReqWrap.onlookup [as oncomplete] (dns.js:78:26)

Please help. Thanks

Did you ever figure this out? Postmark looks like they have a good email service. How is Postmark working out for you?

Couldn’t get it to work. I opted for Amazon SES instead; works with no issues.