discourse/lib/email
Ted Johansson e05ef50c70
FIX: Disallow replies to categories when reply by email disabled (#33641)
When the reply_by_email_enabled setting is set to false, we no longer include a reply link in e-mail notifications. However, we do not prevent actual e-mails to a configured email_in address associated with a category.

This change into consideration the setting in Email::Receiver#check_address.
2025-07-17 11:10:15 +08:00
..
authentication_results.rb
build_email_helper.rb
cleaner.rb
message_builder.rb FEATURE: Add X-Discourse-Sender Header to outgoing mail (#33123) 2025-06-10 10:45:31 +10:00
message_id_service.rb DEV: Remove old TODOs for message-id formats (#27196) 2024-05-28 13:57:09 +10:00
poller.rb
processor.rb
receiver.rb FIX: Disallow replies to categories when reply by email disabled (#33641) 2025-07-17 11:10:15 +08:00
renderer.rb DEV: Add apply_modifier in Email::Renderer for html modifications (#25205) 2024-01-12 09:14:55 -06:00
sender.rb FIX: Don't attach images that aren't rendered in the digest e-mail (#31525) 2025-02-27 11:41:17 +08:00
styles.rb DEV: Preserve ids/classes in emails (#32084) 2025-03-31 20:58:45 +01:00
validator.rb