Chatwoot/app/mailers
Sony Mathew 0afa5c297f
Bug: Fixed conversation reply mail issue when an attachment is sent (#655)
* When an attachment was sent in the reply mailer it was breaking due to the
truncating function applied on the last message content. Here the content was empty
and so it broke.
* Fixed this breakage
* Also addressed the issue that if the attachment was there the content was coming empty.
With these changes, made the content to have a link to the attachment.
2020-03-30 16:07:01 +05:30
..
agent_notifications Feature: Conversation creation email notifications (#576) 2020-03-01 19:06:13 +05:30
application_mailer.rb Feature: Conversation creation email notifications (#576) 2020-03-01 19:06:13 +05:30
conversation_reply_mailer.rb Bug: Fixed conversation reply mail issue when an attachment is sent (#655) 2020-03-30 16:07:01 +05:30