I was working on a freelance project that needed transactional email. ZeptoMail made sense because of the low cost, but there was no Go SDK for it. So I wrote one.
A zero-dependency Go SDK for the ZeptoMail email delivery API by Zoho. Built entirely with Go’s standard library, it provides a clean and idiomatic interface for integrating transactional email into Go applications.
GitHub: github.com/navnitms/zeptomail-sdk-go
Features
- Email Sending - Send individual and batch emails with merge field support
- Template Management - Create, modify, and send templated emails
- File Handling - Upload and cache files for use as attachments and inline images
- Structured Error Handling - Detailed API error responses with status information
- Customizable HTTP Client - Configurable timeout and transport settings
- Zero Dependencies - Built using only Go’s standard library
Installation
| |
Quick Start
| |
License
MIT