SendPalm has an advanced delivery infrastructure and a smart delivery team. We’ll get your email where it needs to go so you can focus on running your business.
SendPalm makes it easy for you to send your email without worrying about any of the technical details. Sure, we offer built-in domain authentication, bounce management, reports from Internet Service Provider feedback loops and allowlists, and hundreds of IP addresses across multiple data centers, but all you need to remember is that we’ll help more of your email reach inboxes, which means you’ll see higher open rates and more click-throughs.
Native integrations and wrappers for almost all platforms and frameworks.
import Email from 'sendpalm'
const email = new Email("your token")
// Email Verify
async function verify() {
const result = await email.verify("email address")
console.log(result)
}
// Send transactional emails
async function send() {
const result = await email.send(fromEmail, toEmail, subject, content)
console.log(result)
}
// Campaign sending
async function sendCampaign() {
const result = await email.sendCampaign(fromEmail, toEmail, subject, campaignId)
console.log(result)
}
You didn't find your answer in the FAQ?
You can email me at service@sendpalm.com