Skip to content
This repository was archived by the owner on Mar 30, 2022. It is now read-only.
This repository was archived by the owner on Mar 30, 2022. It is now read-only.

Issue Writing and seding data to yahoo! #3

@theocean

Description

@theocean

Dear sir,
I am using your API to develop my probject about Email Client.
When I use your API, I can easy to get data( ex: method "ListFolder" "ListMessage" "GetUserData"), but I can not write or send data to yahoo, I always get error 500.
Here are my cmd:
jc.call("SendMessage",params=[{"savecopy": true,"message": {"to": {"email": "test@yahoo.com","name": "SendMessage Test User" },"from": {"email": "ctest@yahoo.com","name": "SendMessage Test User"},"replyto": {"email": "test@yahoo.com","name": "SendMessage Test User"},"inreplyto": "SendMessage InReplyTo Value","mailer": "YahooMailRC","subject": "Message with Stationery","simplebody": {"text": "Let it snow\n","html": "your html page"}}}]);
jc.call("CreateFolder",params=[{"name": "TestFolder"}]})

Please help me. Thanks and Best regards

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions