Skip to content

Commit

Permalink
Add "To:" field to email service
Browse files Browse the repository at this point in the history
Signed-off-by: PJ Hyett <pjhyett@gmail.com>
  • Loading branch information
tekkub authored and pjhyett committed Jan 23, 2009
1 parent 9050b5a commit 630cedc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions services/email.rb
Expand Up @@ -57,6 +57,7 @@

message = TMail::Mail.new
message.set_content_type('text', 'plain')
message.to = data['address']
message.subject = "[#{name_with_owner}] #{first_commit_sha}: #{first_commit_title}"
message.body = body
message.date = Time.now
Expand Down

0 comments on commit 630cedc

Please sign in to comment.