Halea, you have your private messages/conversations turned off. I hacked a routine which reads and IMAP mailbox to check for and then send via fax a pdf using lines formatted within the body. It's not perfect - but it works. If I can get your email/dropbox, I'll send the code your way.
Andrew
Andrew
I've written a php script that fetches any email from a designated (drop-)mailbox, check the subject line for "from_phone", "to_phone" and "sms_text", and if all three exist use the curl php function send the sms out, then delete the email message. It mostly works but the php imap function(s) used to access an imap mail account seem to be buggy at least in php5.
Anyone has some experience with php imap, either in php5 or php7 and email fetching+parsing?

