My scenario is the following: I want to get the email(gmail, yahoo mail) contacts of my website (asp.net) user by putting a "Tell Friends"(gmail, yahoo buttons of course) button. When user clicks on this, he should be redirected to gmail (let say) and he should authorize the website for his contacts and "email composing on his behalf" in a single stretch. The user can then choose the set of contacts he wish to send email to and click a "Send" button. I should be able to send email to all the chosen contact on my user behalf(the mail should have the To address as myuser@hisEmailProvider.com).
Progress so far: I am using dotNetOpenAuth. I was able to get access to the contacts, but don't know 1)how to get authorization to send email on my user's behalf 2)how to send emails on my user's behalf
Before starting on to achieve this, I never thought it would be so hard. Any help would be deeply appreciated.