mirror of
https://github.com/discourse/discourse.git
synced 2025-06-01 17:40:43 +08:00
FEATURE: Add rejection message on rejected IncomingEmail
FIX: Better RateLimit description in rejected IncomingEmail FEATURE: Send email when hitting a rate limit
This commit is contained in:
@ -0,0 +1,5 @@
|
||||
class AddRejectionMessageToIncomingEmail < ActiveRecord::Migration
|
||||
def change
|
||||
add_column :incoming_emails, :rejection_message, :text
|
||||
end
|
||||
end
|
Reference in New Issue
Block a user