I need to send an invitation mail to hotmail contacts. I'm trying to use this gem for this. This works correctly for gmail and yahoo, but for hotmail it doesn't:
Their API returns a Contact object, which does not contain an e-mail field!
Then, I try to use this gem, but it's too old, and now does not work. Official Microsoft documentation is poor, and I can't google some examples for this.
Are there any solutions for this? Maybe a different gem, api or something.
I'm using ruby-1.9.2 and rails 3.1.0 if it's important.
P.S. Sorry for my poor English, it's not my native language. Please, correct my post if something is wrong.