iachat/app/mailers
Vishnu Narayanan d40a59f7fa
feat: automate account deletion (#11406)
- Automate the deletion of accounts that have requested deletion via
account settings.
- Add a Sidekiq job that runs daily to find accounts that have requested
deletion and have passed the 7-day window.
- This job deletes the account and then soft-deletes users if they do
not belong to any other account.
- This job also sends an email to the Chatwoot instance admin for
compliance purposes.
- The Chatwoot instance admin's email is configurable via the
`CHATWOOT_INSTANCE_ADMIN_EMAIL` global config.

---------

Co-authored-by: Sojan Jose <sojan@pepalo.com>
2025-05-23 12:58:13 +05:30
..
administrator_notifications feat: automate account deletion (#11406) 2025-05-23 12:58:13 +05:30
agent_notifications chore: fix sla email notifications (#9192) 2024-04-04 21:16:49 +05:30
team_notifications feat: Add send message, fix issues with message conditions (#4423) 2022-04-14 13:36:55 +05:30
application_mailer.rb chore: log emails sent from chatwoot (#8721) 2024-01-17 13:19:14 +04:00
conversation_reply_mailer_helper.rb chore: Increase the timeout to support slow SMTP servers (#10318) 2025-04-16 12:15:49 +05:30
conversation_reply_mailer.rb feat: Move email attachments from links to file attachments (#11304) 2025-04-15 23:43:12 -07:00