This API is used for sending a simple email only to primary recipients (To). It can be used with or without attachments, depending on your requirements. Learn More API Endpoint http:/msg.msgclub.net/rest/services/sendEmail/email?AUTH_KEY=your_auth_key Headers Content-Type: application/json Request Body (Sample) Note: The payload is currently beautified for better readability. For API purposes, we require the payload in minified… Continue reading Email Without CC & BCC (Basic Email)
Tag: Transactional Email
Email with CC & BCC (Without Attachment)
This API is used when you want to send emails to multiple recipients, including CC and BCC, but without attaching any files. It is ideal for alerts, updates, or general communication. Learn More API Endpoint http://msg.msgclub.net/rest/services/sendEmail/email?AUTH_KEY=your_auth_key Headers Content-Type: application/json Request Body (Sample) Note: The payload is currently beautified for better readability. For API purposes, we… Continue reading Email with CC & BCC (Without Attachment)
Send Email (POST) – With CC, BCC & Attachment
This API allows you to send a complete email that includes primary recipients (To), CC, BCC, and file attachments. It is best suited for sending detailed emails such as reports, invoices, or onboarding information where documents need to be shared. Learn More API Endpoint http://msg.msgclub.net/rest/services/sendEmail/email?AUTH_KEY=your_auth_key Headers Content-Type: application/json Request Body (Sample) Note: The payload is… Continue reading Send Email (POST) – With CC, BCC & Attachment
