clarification of content type issue description

Judy Ngai лет %!s(int64=9): %!d(string=назад)
Родитель
Сommit
326647c475
1 измененных файлов с 2 добавлено и 0 удалено
  1. 2 0
      app/models/agents/email_agent.rb

+ 2 - 0
app/models/agents/email_agent.rb

@@ -25,6 +25,8 @@ module Agents
25 25
 
26 26
       You can provide a `content_type` for the email and specify `text/plain` or `text/html` to be sent.
27 27
 
28
+      If you do not specify `content_type`, then the recipient email server will determine the correct rendering.
29
+
28 30
       Set `expected_receive_period_in_days` to the maximum amount of time that you'd expect to pass between Events being received by this Agent.
29 31
     MD
30 32