Link to home
Start Free TrialLog in
Avatar of rgb192
rgb192Flag for United States of America

asked on

developer.ebay.com send ebay emails

is there a way to send internal ebay mails (one ebay user to another ebay user)

using php code
from developer.ebay
Avatar of asafadis
asafadis
Flag of United States of America image

To my knowledge, there's no API support for presales questions.
Avatar of rgb192

ASKER

i mean sending ebay emails from user to user

not regular emails
The answer is still the same.

The only types of communication eBay's API will allow you to do are:
  • seller and buyer, up to 90 days after a sale (AddMemberMessageAAQToPartner)
  • seller replies to potential buyer about a question initiated buy the buyer (AddMemberMessageRTQ)
  • seller can send up to 10 mesagges to potential buyers who have placed a bid on the seller's products (AddMemberMessagesAAQToBidder)
More information here:
http://developer.ebay.com/devzone/xml/docs/reference/ebay/index.html
Avatar of rgb192

ASKER

is this internal ebay emails


or this this external emails
(gmail, aol, hotmail, yahoomail)
These are all internal messages.  I'm sure the recipients receive email notifications about the messages though.
Avatar of rgb192

ASKER

what is a url for this internal messages program
ASKER CERTIFIED SOLUTION
Avatar of asafadis
asafadis
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of rgb192

ASKER

thanks