aaronpk / Google-Voice-PHP-API

Unmaintaned: Please do not contact me with support requests. If this no longer works, it's because Google Voice changed their systems. I will accept pull requests that fix things. Check out http://twilio.com for a much better API for sending and receiving SMSs.
Other
228 stars 108 forks source link

Subject #16

Closed daviddietz-zz closed 7 years ago

daviddietz-zz commented 10 years ago

I know this may be a random request/question, but is there a way to include a subject in an outgoing sms?

daviddietz-zz commented 10 years ago

Also, I seem to only be able to return the initial text message text when getting unread text messages. How do I return the rest of the conversation?

stevenkoelsche commented 10 years ago

include 'GoogleVoice.php' // This is the class file $gv = new GoogleVoice('username@gmail.com', 'UsErP455w0rD'); $gv->sendSMS('9499996464', 'Testing Message From My New Api');

aaronpk commented 7 years ago

SMS doesn't have a "subject" link, just text.