|  |  | @@ -19,7 +19,6 @@ module Agents | 
            
            
              | 19 | 19 |        You can provide a `from` address for the email, or leave it blank to default to the value of `EMAIL_FROM_ADDRESS` (`#{ENV['EMAIL_FROM_ADDRESS']}`). | 
            
            
              | 20 | 20 |   | 
            
            
              | 21 | 21 |        You can provide a `content_type` for the email and specify `text/plain` or `text/html` to be sent. | 
            
            
              | 22 |  | - | 
            
            
              | 23 | 22 |        If you do not specify `content_type`, then the recipient email server will determine the correct rendering. | 
            
            
              | 24 | 23 |   | 
            
            
              | 25 | 24 |        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. |