tags:

views:

29

answers:

1

Is it possible to send Yahoo email (oh any other free service like Google mail) using YQL?? If yes, please tell a little bit of procedure....

Thank you...

+1  A: 

You could use YQL to talk to the Yahoo! Mail Web Service. The mail web service uses OAuth for authentication and can communicate via JSON-RPC (or SOAP) which is no problem in YQL.

salathe
do i to get the Yahoo App ID in order to send mail through YQL??
Nok Imchen
Yes, you will need your own App ID and use that through YQL.
salathe