lib/chimpster.rb in chimpster-0.1.19 vs lib/chimpster.rb in chimpster-0.1.20
- old
+ new
@@ -48,10 +48,11 @@
options= {
:text => _text,
:html => _html,
:subject => message.subject,
:from_email => _from,
- :to_email => _to.split(',')
+ :to_email => _to.split(','),
+ :reply_to => _from.split(',')
}
response = self.send({
:track_opens => true,
:track_clicks => true,
:message => options,