iachat/app/views/mailers/conversation_reply_mailer
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
..
conversation_transcript.html.erb feat: Move email attachments from links to file attachments (#11304) 2025-04-15 23:43:12 -07:00
email_reply.html.erb feat: Add support for HTML emails in outgoing messages (#12662) 2025-10-15 13:22:23 +05:30
reply_with_summary.html.erb feat: Move email attachments from links to file attachments (#11304) 2025-04-15 23:43:12 -07:00
reply_without_summary.html.erb feat: Move email attachments from links to file attachments (#11304) 2025-04-15 23:43:12 -07:00