postal-node
postal-node copied to clipboard
A Node.js library for the Postal mail platform
Resolves #3
Rewrite the outdated postal library for NodeJS. It adds support for Postal v2, built-in validations, and includes TypeScript typings.
Updated documentation for call to Client function to not include the protocol in the domain name, as this throws the error "getaddrinfo ENOTFOUND"
Hello developer, I have a postal mail server working just fine I can send emails using your node js client with no problem. now I turned my mail server off,...
Please how can I get the WORKING guide for the installation of Postal Mail Server? I have tried all manner including the one you gave in May 2017 but none...
I tried this code in node js 20+ version but it is not working and showing error ``` export async function HttpApiPostalserver(plainBody, htmlBody) { try { var client = new...