README.rdoc in sendgrid-rails-2.0.3 vs README.rdoc in sendgrid-rails-2.0.4

- old
+ new

@@ -29,11 +29,11 @@ } === Overriding default recipient in standard SMTP header Dummy recipient email used in sent email's "To" header and seen in received email's Received header. -By deefault set to 'dummy@email.com' +By default set to 'dummy@email.com' In config/initializers/mail.rb: SendGrid.configure do |config| config.dummy_recipient = 'noreply@example.com' @@ -98,9 +98,17 @@ mail :to => 'email@email.com' end end == Change log + +*v2.0.4* + +* CC and BCC are copied to SendGrid XSMTP-API header + +*v2.0.3* + +* Ability to change "dummy_recipient" in config *v2.0.2* * ApiHeader#to_json wraps array items with spaces