Subject
daviddietz-zz opened this issue · 3 comments
daviddietz-zz commented
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
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
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
SMS doesn't have a "subject" link, just text.