Moederloos
Honorary Master
- Joined
- Aug 18, 2005
- Messages
- 12,476
I am looking for a way to send SMS via PC - I do not want to install hardware, but am willing to pay for the service.
Ideally, something in PHP, using a mail call. So,
would be ideal, with $to = '082*******@vodasms.co.za' for example.
Any ideas?
Ideally, something in PHP, using a mail call. So,
PHP:
mail ($to, $subject, $message, $headers);
would be ideal, with $to = '082*******@vodasms.co.za' for example.
Any ideas?