iachat/app/views/mailers
Pranav 368d7c4608
feat: Add support for HTML emails in outgoing messages (#12662)
This PR adds sending custom HTML content in outgoing email messages
through Chatwoot's Email channels, while maintaining backward
compatibility with existing markdown rendering.

###  API Usage

**Endpoint:** `POST
/api/v1/accounts/{account_id}/conversations/{conversation_id}/messages`

```json
  {
   "content": "Fallback text content",
   "email_html_content": "<div><h1>Welcome!</h1><p>This is <strong>custom HTML</strong></p></div>"
  }
```

---------

Co-authored-by: Muhsin <muhsinkeramam@gmail.com>
2025-10-15 13:22:23 +05:30
..
administrator_notifications chore: Update account deletion email copy (#12317) 2025-08-31 16:01:41 +02:00
agent_notifications/conversation_notifications_mailer feat: Add push/email notification support for SLA (#9140) 2024-03-29 20:27:21 +11:00
conversation_reply_mailer feat: Add support for HTML emails in outgoing messages (#12662) 2025-10-15 13:22:23 +05:30
portal_instructions_mailer feat(cloud): Add support for viewing status of SSL in custom domains (#12011) 2025-07-30 10:52:47 -07:00
team_notifications/automation_notification_mailer chore: Automation bug fix (#4442) 2022-04-12 20:23:34 +05:30