discourse/lib/email
Penar Musaraj 9334d2f4f7
FEATURE: add more granular user option levels for email notifications (#7143)
Migrates email user options to a new data structure, where `email_always`, `email_direct` and `email_private_messages` are replace by

* `email_messages_level`, with options: `always`, `only_when_away` and `never` (defaults to `always`)
* `email_level`, with options: `always`, `only_when_away` and `never` (defaults to `only_when_away`)
2019-03-15 10:55:11 -04:00
..
message_builder.rb FIX: Keep original subject in emails to staged users 2019-01-18 11:07:54 +01:00
processor.rb FEATURE: If PM email bounced for staged user then alert in whisper reply (#6648) 2018-11-27 00:29:37 +05:30
receiver.rb FEATURE: add more granular user option levels for email notifications (#7143) 2019-03-15 10:55:11 -04:00
renderer.rb DEV: Rails 5.2 upgrade and global gem upgrade 2018-06-07 14:21:33 +10:00
sender.rb FEATURE: Skip sending emails to domains on the `.invalid` TLD (#7162) 2019-03-13 16:17:59 +00:00
styles.rb UX: limit onebox thumbnail image size in emails 2019-03-05 23:07:44 +05:30