From 326647c475af3f6c0801e0f84ae2340f469f31cb Mon Sep 17 00:00:00 2001 From: Judy Ngai Date: Mon, 29 Feb 2016 15:53:13 -0500 Subject: [PATCH] clarification of content type issue description --- app/models/agents/email_agent.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/app/models/agents/email_agent.rb b/app/models/agents/email_agent.rb index c5e2f152..f2337ee5 100644 --- a/app/models/agents/email_agent.rb +++ b/app/models/agents/email_agent.rb @@ -25,6 +25,8 @@ module Agents You can provide a `content_type` for the email and specify `text/plain` or `text/html` to be sent. + If you do not specify `content_type`, then the recipient email server will determine the correct rendering. + 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. MD