New features
replyToon transactional mail —POST /mail/sendandPOST /mail/send/batchnow accept an optionalreplyTofield (a single address or an array of addresses). When set, replies from recipients route to those addresses instead of your verifiedfromsender. Available in the REST API, TypeScript SDK (mail.send()/mail.sendBatch()), and Python SDK. See Send mail and Mail SDK. (by @yash-pouranik in #402)
Bug fixes
- Empty mail bodies are now rejected up-front — Mail requests without any content (both
htmlandtextempty or whitespace) now fail validation with a400before hitting the mail queue, instead of enqueuing an empty message. Whitespace-only subjects are also rejected. See Send mail. (by @yash-pouranik in #402)
